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

commits at source.squeak.org commits at source.squeak.org
Fri Mar 28 19:38:52 UTC 2014


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

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

Name: VMMaker.oscog-eem.660
Author: eem
Time: 28 March 2014, 12:36:01.358 pm
UUID: f2990b8f-1efa-4ae8-9823-2c14986774b2
Ancestors: VMMaker.oscog-eem.659

Oops.  Remember to restore the simulation methods for the backEnd
callerSavedReg mask refactor.

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

Item was added:
+ ----- Method: CogObjectRepresentation class>>forCogit:methodZone: (in category 'instance creation') -----
+ forCogit: aCogit methodZone: methodZone
+ 	^self new setCogit: aCogit methodZone: methodZone!

Item was added:
+ ----- Method: CogObjectRepresentation>>setCogit:methodZone: (in category 'initialization') -----
+ setCogit: aCogit methodZone: aMethodZone
+ 	<doNotGenerate>
+ 	cogit := aCogit.
+ 	methodZone := aMethodZone.
+ 	objectMemory := (aCogit coInterpreter isKindOf: StackInterpreter)
+ 						ifTrue: [aCogit coInterpreter objectMemory]
+ 						ifFalse: [aCogit coInterpreter]!



More information about the Vm-dev mailing list