[Vm-dev] VM Maker: VMMaker.oscog-tpr.1416.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jul 14 20:20:32 UTC 2015


tim Rowledge uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-tpr.1416.mcz

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

Name: VMMaker.oscog-tpr.1416
Author: tpr
Time: 14 July 2015, 1:19:02.665 pm
UUID: eac0fe5f-4fb3-4a57-8e6d-803471cce6ce
Ancestors: VMMaker.oscog-rmacnak.1415

Merge Ryan's 1415 and fix a stupid deletion by that idiot tpr.

=============== Diff against VMMaker.oscog-rmacnak.1415 ===============

Item was added:
+ ----- Method: CogARMCompiler>>initialize (in category 'initialization') -----
+ initialize
+ 	"This method intializes the Smalltalk instance. The C instance is
+ 	merely a struct and doesn't need initialization."
+ 	<doNotGenerate>
+ 	operands := CArrayAccessor
+ 				on: (Array new: NumOperands).
+ 	machineCode := CArrayAccessor
+ 				on: (Array new: self machineCodeWords)
+ !



More information about the Vm-dev mailing list