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

Eliot Miranda noreply at github.com
Fri Dec 9 00:48:54 UTC 2022


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

  Changed paths:
    R src/plugins/MP4MediaFilePlugin
    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