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

Eliot Miranda noreply at github.com
Tue Sep 7 03:21:55 UTC 2021


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: e4b6c726af21682611a83e766d33fffa724c1ac7
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/e4b6c726af21682611a83e766d33fffa724c1ac7
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2021-09-06 (Mon, 06 Sep 2021)

  Changed paths:
    M src/spur32.cog/cointerp.c
    M src/spur32.cog/cointerp.h
    M src/spur32.cog/cointerpmt.c
    M src/spur32.cog/cointerpmt.h
    M src/spur32.cog/gcc3x-cointerp.c
    M src/spur32.cog/gcc3x-cointerpmt.c
    M src/spur32.sista/cointerp.c
    M src/spur32.sista/cointerp.h
    M src/spur32.sista/gcc3x-cointerp.c
    M src/spur32.stack/gcc3x-interp.c
    M src/spur32.stack/interp.c
    M src/spur32.stack/validImage.c
    M src/spur64.cog/cointerp.c
    M src/spur64.cog/cointerp.h
    M src/spur64.cog/cointerpmt.c
    M src/spur64.cog/cointerpmt.h
    M src/spur64.cog/gcc3x-cointerp.c
    M src/spur64.cog/gcc3x-cointerpmt.c
    M src/spur64.sista/cointerp.c
    M src/spur64.sista/cointerp.h
    M src/spur64.sista/gcc3x-cointerp.c
    M src/spur64.stack/gcc3x-interp.c
    M src/spur64.stack/interp.c
    M src/spur64.stack/validImage.c

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

SpurMemoryManager:
Fix a regression in image segment loading introduced by VMMaker.oscog-eem.2819.
The old image segment array shortening code created a header ambiguous with a
slimbridge if the array was in new space.  In this case we also have to shorten
the array's normal slot count so its header is taken as a slimbridge.

newSpaceLimit is equal to oldSpaceStart and therefore surplus to requirements.




More information about the Vm-dev mailing list