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

Eliot Miranda noreply at github.com
Wed Aug 4 03:21:07 UTC 2021


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: a2a7e97ed2bfb7bad20a309c68107a43ca17086e
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/a2a7e97ed2bfb7bad20a309c68107a43ca17086e
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2021-08-03 (Tue, 03 Aug 2021)

  Changed paths:
    M spur64src/vm/cogit.h
    M spur64src/vm/cogitARMv8.c
    M spur64src/vm/cogitX64SysV.c
    M spur64src/vm/cogitX64WIN64.c
    M spurlowcode64src/vm/cogit.h
    M spurlowcode64src/vm/cogitARMv8.c
    M spurlowcode64src/vm/cogitX64SysV.c
    M spurlowcode64src/vm/cogitX64WIN64.c
    M spurlowcodesrc/vm/cogit.h
    M spurlowcodesrc/vm/cogitARMv5.c
    M spurlowcodesrc/vm/cogitIA32.c
    M spurlowcodesrc/vm/cogitMIPSEL.c
    M spursista64src/vm/cogit.h
    M spursista64src/vm/cogitARMv8.c
    M spursista64src/vm/cogitX64SysV.c
    M spursista64src/vm/cogitX64WIN64.c
    M spursistasrc/vm/cogit.h
    M spursistasrc/vm/cogitARMv5.c
    M spursistasrc/vm/cogitIA32.c
    M spursistasrc/vm/cogitMIPSEL.c
    M spursrc/vm/cogit.h
    M spursrc/vm/cogitARMv5.c
    M spursrc/vm/cogitIA32.c
    M spursrc/vm/cogitMIPSEL.c
    M src/vm/cogit.h
    M src/vm/cogitARMv5.c
    M src/vm/cogitIA32.c
    M src/vm/cogitMIPSEL.c

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

Cogit: Fix a bad slip with SPReg ~= NativeSPReg platforms (ARMv8) and FastCCall
primitives. The NativeSPReg must be restored to CStackPointer after calling the
primitive/calling checkForAndFollowForwardedPrimitiveState, otherwise an OS
interrupt will call whereever the NativeSPReg was left and the Smalltalk stack
will be damaged.




More information about the Vm-dev mailing list