[Vm-dev] VM Maker: VMMaker.oscog-eem.3211.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jul 16 18:40:36 UTC 2022


Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-eem.3211.mcz

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

Name: VMMaker.oscog-eem.3211
Author: eem
Time: 16 July 2022, 11:40:23.106379 am
UUID: 189bb230-8dfb-4704-9de3-f527f6f6c314
Ancestors: VMMaker.oscog-eem.3210

Hopefully all simulating requires for Unsigned32 is this.

=============== Diff against VMMaker.oscog-eem.3210 ===============

Item was added:
+ ----- Method: SmartSyntaxPluginSimulator>>ccgLoad:expr:asUnsigned32BitValueFrom: (in category 'simulation') -----
+ ccgLoad: codeGen expr: exprBlock asUnsigned32BitValueFrom: stackIndex
+ 	^[:oop| interpreterProxy positive32BitValueOf: oop]!



More information about the Vm-dev mailing list