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

commits at source.squeak.org commits at source.squeak.org
Tue Aug 2 17:45:09 UTC 2022


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

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

Name: VMMaker.oscog-eem.3236
Author: eem
Time: 2 August 2022, 10:44:55.758739 am
UUID: 84f6abb0-16f4-4566-9af4-1271286f3061
Ancestors: VMMaker.oscog-eem.3235

...and the same for ObjectMemory>>isForwarded:

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

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



More information about the Vm-dev mailing list