[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 1a7f4f: CogVM source as per VMMaker.oscog-eem.3281

Eliot Miranda noreply at github.com
Fri Dec 9 00:49:42 UTC 2022


  Branch: refs/heads/virtend
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 1a7f4f3c818fb7a502ac78291cb3a1797ad9a4f1
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/1a7f4f3c818fb7a502ac78291cb3a1797ad9a4f1
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2022-12-08 (Thu, 08 Dec 2022)

  Changed paths:
    M src/spur64.cog.lowcode/cogitARMv8.c
    M src/spur64.cog.newspeak/cogitARMv8.c
    M src/spur64.cog.newspeak/cogitX64SysV.c
    M src/spur64.cog.newspeak/cogitX64WIN64.c
    M src/spur64.cog.newspeak/cointerp.c
    M src/spur64.cog.newspeak/gcc3x-cointerp.c
    M src/spur64.cog/cogitARMv8.c
    M src/spur64.sista/cogitARMv8.c

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

Cogit: Fix MoveCqR on ARMv8 for certain bit patterns.  This one caused
16r20000000 to evaluate to zero on ARMv8.  The old code invalidly assumed
that N would always be 1 in the immediate ORR logical immediate.

Incidentally generate the 64-bit Newspeak VM.




More information about the Vm-dev mailing list