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

commits at source.squeak.org commits at source.squeak.org
Wed Mar 25 00:12:14 UTC 2015


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

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

Name: VMMaker.oscog-eem.1117
Author: eem
Time: 24 March 2015, 5:10:09.005 pm
UUID: 71e6dd3b-c884-47ec-a004-bce9fe9517c5
Ancestors: VMMaker.oscog-eem.1116

Fix a bytecode compiler shadowing warning.

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

Item was changed:
  ----- Method: Cogit class>>initializeWithOptions: (in category 'class initialization') -----
  initializeWithOptions: optionsDictionary
  	{ self. CogMethod. CogMethodSurrogate. CogObjectRepresentation } do:
+ 		[:aSuperclass|
+ 		 aSuperclass withAllSubclasses do:
- 		[:superclass|
- 		 superclass withAllSubclasses do:
  			[:class| class initializationOptions: optionsDictionary]].
  	super initializeWithOptions: optionsDictionary.
  	self initializeMiscConstants. "must preceed other initialization."
  	self initializeErrorCodes.
  	self initializeCogMethodConstants.
  	self initializeAnnotationConstants.
  	self initializeBytecodeTable.
  	self initializePrimitiveTable!



More information about the Vm-dev mailing list