VM Maker: VMMaker-dtl.394.mcz

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

VM Maker: VMMaker-dtl.394.mcz

commits-2
 
David T. Lewis uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker-dtl.394.mcz

==================== Summary ====================

Name: VMMaker-dtl.394
Author: dtl
Time: 3 November 2017, 8:26:15.314 pm
UUID: 4773ae66-e642-4e17-b75d-c880c480edd4
Ancestors: VMMaker-dtl.393

Revert primitive table assignments for 173 and 174 from the last update. The semantics of primitiveSlotAt and primitiveInstVarAt are different, so the assignments for primitives 173 and 174 must either use the oscog implementations, or they should fail. In this case, failure is a reasonable option.

Also set versionString back to 4.16.3 on the assumption that the last update is not in general circulation.

=============== Diff against VMMaker-dtl.393 ===============

Item was changed:
  ----- Method: Interpreter class>>initializePrimitiveTable (in category 'initialization') -----
(excessive size, no diff calculated)

Item was changed:
  ----- Method: StackInterpreter class>>initializePrimitiveTable (in category 'initialization') -----
(excessive size, no diff calculated)

Item was changed:
  ----- Method: VMMaker class>>versionString (in category 'version testing') -----
  versionString
 
  "VMMaker versionString"
 
+ ^'4.16.3'!
- ^'4.16.4'!