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

commits at source.squeak.org commits at source.squeak.org
Sat Jan 25 20:26:36 UTC 2014


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

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

Name: VMMaker.oscog-eem.593
Author: eem
Time: 25 January 2014, 12:23:11.325 pm
UUID: fca10aeb-7680-4292-9224-890680da8f9a
Ancestors: VMMaker.oscog-eem.592

Fix Spur StackVM configuration.

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

Item was changed:
  ----- Method: VMMaker class>>generateSqueakSpurStackVM (in category 'configurations') -----
  generateSqueakSpurStackVM
  	"No primitives since we can use those for the Cog VM"
  	^VMMaker
  		generate: StackInterpreter
+ 		with: #(ObjectMemory Spur32BitMemoryManager)
- 		with: #(	ObjectMemory Spur32BitCoMemoryManager
- 				MULTIPLEBYTECODESETS false
- 				NewspeakVM false)
  		to: (FileDirectory default directoryNamed: 'oscogvm/spurstacksrc') fullName
  		platformDir: (FileDirectory default directoryNamed: 'oscogvm/platforms') fullName
  		excluding: (InterpreterPlugin withAllSubclasses collect: [:ea| ea name])!



More information about the Vm-dev mailing list