[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 3b8be3: CogVM source as per VMMaker.oscog-eem.3088

Eliot Miranda noreply at github.com
Thu Oct 14 00:58:07 UTC 2021


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 3b8be36b3e512d47aecf780199dc1103b2a0402a
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/3b8be36b3e512d47aecf780199dc1103b2a0402a
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2021-10-13 (Wed, 13 Oct 2021)

  Changed paths:
    M src/spur32.cog/cogit.h
    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.cog/interp.h
    M src/spur32.sista/cogit.h
    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/cogit.h
    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.cog/interp.h
    M src/spur64.sista/cogit.h
    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.3088

Spur:
primitiveSpurStringReplace can be a little faster if checking for compatibility
is done separately for pointer and non-pointer objects, but crucially we can
afford to make WeakArray and Array compatible, which is profitable for Croquet.




More information about the Vm-dev mailing list