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

commits at source.squeak.org commits at source.squeak.org
Fri Nov 30 23:58:32 UTC 2012


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

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

Name: VMMaker.oscog-eem.226
Author: eem
Time: 30 November 2012, 3:54:54.206 pm
UUID: 55513140-771d-4f43-931c-b61a61832d23
Ancestors: VMMaker.oscog-eem.225

typo.

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

Item was changed:
  ----- Method: StackToRegisterMappingCogit>>annotateBytecodeIfAnnotated: (in category 'bytecode generators') -----
  annotateBytecodeIfAnnotated: aSimStackEntry
+ 	<var: #aSimStackEntry type: #'CogSimStackEntry'>
- 	<var: #aSimStackEntry type: #'SimStackEntry'>
  	<inline: false>
  	aSimStackEntry annotateUse ifTrue:
  		[self annotateBytecode: (self prevInstIsPCAnnotated
  									ifTrue: [self Nop]
  									ifFalse: [self Label]).
  		 aSimStackEntry annotateUse: false]!



More information about the Vm-dev mailing list