[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 39de29: CogVM source as per VMMaker.oscog-eem.3204

Eliot Miranda noreply at github.com
Thu Jun 30 21:20:53 UTC 2022


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 39de29f53035490eff1f1adb0f74aa153fa21606
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/39de29f53035490eff1f1adb0f74aa153fa21606
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2022-06-30 (Thu, 30 Jun 2022)

  Changed paths:
    M src/spur64.cog/cogitARMv8.c
    M src/spur64.sista/cogitARMv8.c

  Log Message:
  -----------
  CogVM source as per VMMaker.oscog-eem.3204

ARMv8 Cogit. The + 1 in CogARMv8Compiler>>#flushICacheFrom:to: is erroneous cuz
the endAddress is always past the last address needing flushing. We're seeing
occasional segfaults from sys_icache_invalidate on M1 macs; the plus one looks
like the cause.




More information about the Vm-dev mailing list