VM Maker: VMMaker.oscog-eem.227.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: VMMaker.oscog-eem.227.mcz

commits-2
 
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]!