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

GitHub noreply at github.com
Thu Mar 16 17:22:03 UTC 2017


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: f6b80d05d2e264346d94913cc74a0d039406de3f
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/f6b80d05d2e264346d94913cc74a0d039406de3f
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
    M nsspur64src/vm/vmCallback.h
    M nsspursrc/vm/vmCallback.h
    M nsspurstack64src/vm/vmCallback.h
    M nsspurstacksrc/vm/vmCallback.h
    M spur64src/vm/vmCallback.h
    M spurlowcode64src/vm/cogit.h
    M spurlowcode64src/vm/cointerp.h
    M spurlowcode64src/vm/vmCallback.h
    M spurlowcodesrc/vm/vmCallback.h
    M spurlowcodestack64src/vm/gcc3x-interp.c
    M spurlowcodestack64src/vm/interp.c
    M spurlowcodestack64src/vm/vmCallback.h
    M spurlowcodestacksrc/vm/vmCallback.h
    M spursista64src/vm/vmCallback.h
    M spursistasrc/vm/vmCallback.h
    M spursrc/vm/vmCallback.h
    M spurstack64src/vm/vmCallback.h
    M spurstacksrc/vm/vmCallback.h
    M src/vm/vmCallback.h
    M stacksrc/vm/vmCallback.h

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

Fix stupid, stupid, stupid regression in VMMaker.oscog-eem.2151 where I added
savedPrimFunctionPointer to the VMCallbackContext structs in a position that
invalidates all the offsets in image code that refer to the elements of the rvs
(return value struct).  Adding savedPrimFunctionPointer is fine, but it has to
be /after/ the fields known to the image, which are all fields up to rvs.




More information about the Vm-dev mailing list