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

commits at source.squeak.org commits at source.squeak.org
Thu May 1 16:49:23 UTC 2014


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

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

Name: VMMaker.oscog-eem.695
Author: eem
Time: 1 May 2014, 9:47:02.759 am
UUID: b7ee76ce-807e-4f95-8065-b850143a0ced
Ancestors: VMMaker.oscog-eem.694

Make sure the object representation class hierarchy is in the
right order, superclass to subclass.

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

Item was changed:
  ----- Method: SimpleStackBasedCogit class>>ancilliaryClasses: (in category 'translation') -----
  ancilliaryClasses: options
  	initializationOptions ifNil:
  		[initializationOptions := options].
+ 	^(super ancilliaryClasses: options), (self objectRepresentationClass withAllSuperclasses copyUpThrough: CogObjectRepresentation) reverse!
- 	^(super ancilliaryClasses: options), (self objectRepresentationClass withAllSuperclasses copyUpThrough: CogObjectRepresentation)!



More information about the Vm-dev mailing list