[Vm-dev] VM Maker: VMMaker.oscog-cb.1659.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jan 20 10:02:15 UTC 2016


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

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

Name: VMMaker.oscog-cb.1659
Author: cb
Time: 20 January 2016, 11:00:55.667 am
UUID: db25d5fe-a6c3-4db3-882f-f9c87e239dd2
Ancestors: VMMaker.oscog-cb.1658

Now that the Cog Simulator runs fine Spur images with immutability ON, I compiled the VM.

This <api> pragma was missing, It now compiles fine.

=============== Diff against VMMaker.oscog-cb.1658 ===============

Item was changed:
  ----- Method: SpurMemoryManager>>immutableBitMask (in category 'header format') -----
  immutableBitMask
  	"mask the immutable bit in the base header word"
+ 	<api>
  	<option: #IMMUTABILITY>
  	^ 1 << self immutableBitShift!



More information about the Vm-dev mailing list