[OpenSmalltalk/opensmalltalk-vm] d55941: Generate cog & stack v3 src code as of VMMaker.osc...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] d55941: Generate cog & stack v3 src code as of VMMaker.osc...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: d559416c204475d431eb0cabce7aad1418d8e38b
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/d559416c204475d431eb0cabce7aad1418d8e38b
  Author: Nicolas Cellier <[hidden email]>
  Date:   2020-12-27 (Sun, 27 Dec 2020)

  Changed paths:
    M src/vm/cointerp.c
    M src/vm/cointerp.h
    M src/vm/gcc3x-cointerp.c
    M src/vm/interp.h
    M stacksrc/vm/gcc3x-interp.c
    M stacksrc/vm/interp.c
    M stacksrc/vm/interp.h

  Log Message:
  -----------
  Generate cog & stack v3 src code as of VMMaker.oscog-nice.2910

Raise cog v3 VM compatibility to 1.17

Use a few forward compatibility messages to do so...

This is not ideal for double byte and double word arrays which are not supported.
Neither for word and float32 arrays that lack appropriate specialObject index...

The goal is to have the squeak.cog.v3 to at least compile the new file and socket plugin versions...