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

commits at source.squeak.org commits at source.squeak.org
Thu Feb 23 22:46:58 UTC 2023


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

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

Name: VMMaker.oscog-eem.3308
Author: eem
Time: 23 February 2023, 2:46:36.593952 pm
UUID: 9a6ed9b2-78a0-4b41-81e0-6993219f3dc7
Ancestors: VMMaker.oscog-eem.3307

Oops! Fix 32-bit builds by providing the relevant null genPrimitiveHighResClock32

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

Item was added:
+ ----- Method: CogObjectRepresentation>>genPrimitiveHighResClock32 (in category 'primitive generators') -----
+ genPrimitiveHighResClock32
+ 	<inline: true>
+ 	"This awaits a 32-bit implementation of genAlloc64BitPositiveIntegerValue:into:scratchReg:scratchReg:..."
+ 	^UnimplementedPrimitive!

Item was removed:
- ----- Method: CogObjectRepresentationFor64BitSpur>>genPrimitiveHighResClock32 (in category 'primitive generators') -----
- genPrimitiveHighResClock32
- 	<inline: true>
- 	"This awaits a 32-bit implementation of genAlloc64BitPositiveIntegerValue:into:scratchReg:scratchReg:..."
- 	^UnimplementedPrimitive!



More information about the Vm-dev mailing list