[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 16465e: Manually merge commit 39de29f53035490eff1f1adb0f74...

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


  Branch: refs/heads/virtend
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 16465e866972138f9e612250cc784269f20408a6
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/16465e866972138f9e612250cc784269f20408a6
  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:
  -----------
  Manually merge commit 39de29f53035490eff1f1adb0f74aa153fa21606
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