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

commits at source.squeak.org commits at source.squeak.org
Thu Dec 5 23:16:02 UTC 2013


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

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

Name: VMMaker.oscog-eem.537
Author: eem
Time: 5 December 2013, 3:13:42.744 pm
UUID: 16e0cc2f-0c26-4d21-b1bf-1dde0d99b08b
Ancestors: VMMaker.oscog-eem.536

Fix ObjectMemory's isForwarded:/isOopForwarded: macros.

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

Item was changed:
  ----- Method: ObjectMemory>>isForwarded: (in category 'interpreter access') -----
  isForwarded: oop
  	"Compatibility wth SpurMemoryManager.  In ObjectMemory, no forwarding pointers
  	 are visible to the VM."
  	<api>
+ 	<cmacro: '(oop) false'>
- 	<cmacro: '() false'>
  	<inline: true>
  	^false!

Item was changed:
  ----- Method: ObjectMemory>>isOopForwarded: (in category 'interpreter access') -----
  isOopForwarded: oop
  	"Compatibility wth SpurMemoryManager.  In ObjectMemory, no forwarding pointers
  	 are visible to the VM."
  	<api>
+ 	<cmacro: '(oop) false'>
- 	<cmacro: '() false'>
  	<inline: true>
  	^false!



More information about the Vm-dev mailing list