VM Maker: VMMaker.oscog-eem.537.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.537.mcz

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