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

commits at source.squeak.org commits at source.squeak.org
Sat Dec 1 00:01:38 UTC 2012


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

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

Name: VMMaker.oscog-eem.227
Author: eem
Time: 30 November 2012, 3:59:40.915 pm
UUID: 3b0a509e-7c27-4289-9194-29efc7936437
Ancestors: VMMaker.oscog-eem.226

Not so fast...  Its a pointer type, not a struct type.

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

Item was changed:
  ----- Method: StackToRegisterMappingCogit>>annotateBytecodeIfAnnotated: (in category 'bytecode generators') -----
  annotateBytecodeIfAnnotated: aSimStackEntry
+ 	<var: #aSimStackEntry type: #'CogSimStackEntry *'>
- 	<var: #aSimStackEntry type: #'CogSimStackEntry'>
  	<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