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

commits at source.squeak.org commits at source.squeak.org
Tue May 20 22:02:30 UTC 2014


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

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

Name: VMMaker.oscog-eem.726
Author: eem
Time: 20 May 2014, 2:59:30.34 pm
UUID: b0fc7b91-c835-49e5-a4b2-4bdad9a39331
Ancestors: VMMaker.oscog-eem.725

Now Spur's object representation implements
genInnerPrimitiveMirrorNew[WithArg]: we need
defaults for the generic object representation

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

Item was added:
+ ----- Method: CogObjectRepresentation>>genInnerPrimitiveMirrorNew: (in category 'primitive generators') -----
+ genInnerPrimitiveMirrorNew: retNoffset
+ 	<option: #NewspeakVM>
+ 	"subclasses override if they can"
+ 	^cogit unimplementedPrimitive!

Item was added:
+ ----- Method: CogObjectRepresentation>>genInnerPrimitiveMirrorNewWithArg: (in category 'primitive generators') -----
+ genInnerPrimitiveMirrorNewWithArg: retNoffset
+ 	<option: #NewspeakVM>
+ 	"subclasses override if they can"
+ 	^cogit unimplementedPrimitive!



More information about the Vm-dev mailing list