Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-eem.2733.mcz==================== Summary ====================
Name: VMMaker.oscog-eem.2733
Author: eem
Time: 29 March 2020, 3:06:38.172998 pm
UUID: c4f852ab-d491-460b-be25-f6de96e5edfe
Ancestors: VMMaker.oscog-nice.2732
Cogit x64, fix a slip in computing the size of SignExtend32RR.
Nuke a long obsolete development method.
=============== Diff against VMMaker.oscog-nice.2732 ===============
Item was changed:
----- Method: CogX64Compiler>>computeMaximumSize (in category 'generate machine code') -----
(excessive size, no diff calculated)
Item was removed:
- ----- Method: Cogit>>shouldBeImplemented (in category 'bytecode generator support') -----
- shouldBeImplemented
- "In the production VM we can continue in the interpreter..."
- self cCode: [coInterpreter warning: 'bytecode should be implemented; interpreting']
- inSmalltalk: [super shouldBeImplemented]!