[Vm-dev] VM Maker: Cog-eem.193.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Aug 19 14:28:55 UTC 2014


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

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

Name: Cog-eem.193
Author: eem
Time: 19 August 2014, 3:28:39.072 pm
UUID: 9b02df07-9cdd-4756-9e3f-f46c9ceca261
Ancestors: Cog-eem.192

Fix a slip in the bootstrap.

=============== Diff against Cog-eem.192 ===============

Item was changed:
  ----- Method: SpurBootstrap>>initializeClasses (in category 'bootstrap image') -----
  initializeClasses
+ 	toBeInitialized ifNil: [^self].
  	self withExecutableInterpreter: oldInterpreter
  		do: [toBeInitialized do:
  				[:class|
  				self interpreter: oldInterpreter
  					object: (self oldClassOopFor: class)
  					perform: (self findSymbol: #initialize)
  					withArguments: #()]]!



More information about the Vm-dev mailing list