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

commits at source.squeak.org commits at source.squeak.org
Wed Dec 25 05:01:03 UTC 2013


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

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

Name: VMMaker.oscog-eem.570
Author: eem
Time: 24 December 2013, 8:55:54.224 pm
UUID: 193cb05d-73a5-4efa-833f-126ca02695d8
Ancestors: VMMaker.oscog-eem.569

Fix references to memory for use-a-structure configurations
to match the change made to ObjectMemory class>>mustBeGlobal:
in VMMaker.oscog-eem.547.

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

Item was changed:
  ----- Method: ObjectMemory>>memory (in category 'accessing') -----
  memory
+ 	<cmacro: '() GIV(memory)'>
- 	<cmacro: '() memory'>
  	^memory!

Item was changed:
  ----- Method: ObjectMemory>>startOfMemory (in category 'object enumeration') -----
  startOfMemory
  	"Return the start of object memory. Use a macro so as not to punish the debug VM."
+ 	<cmacro: '() GIV(memory)'>
- 	<cmacro: '() memory'>
  	<returnTypeC: #usqInt>
  	^memory!

Item was changed:
  ----- Method: SpurMemoryManager>>memory (in category 'accessing') -----
  memory
+ 	<cmacro: '() GIV(memory)'>
- 	<cmacro: '() memory'>
  	^memory!

Item was changed:
  ----- Method: SpurMemoryManager>>startOfMemory (in category 'accessing') -----
  startOfMemory
  	"Return the start of object memory. Use a macro so as not to punish the debug VM."
+ 	<cmacro: '() GIV(memory)'>
- 	<cmacro: '() memory'>
  	<returnTypeC: #usqInt>
  	^0!



More information about the Vm-dev mailing list