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

commits at source.squeak.org commits at source.squeak.org
Sun Jan 17 02:57:07 UTC 2016


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

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

Name: VMMaker.oscog-eem.1646
Author: eem
Time: 17 January 2016, 6:55:28.108612 pm
UUID: 83280f1d-a69e-4201-a103-e3236315d026
Ancestors: VMMaker.oscog-eem.1645

harumph.

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

Item was changed:
  ----- Method: VMMaker class>>generateNewspeakSpurCog64VM (in category 'configurations') -----
  generateNewspeakSpurCog64VM
  	"No primitives since we can use those for the Spur Cog Newspeak VM"
  	^VMMaker
  		generate: CoInterpreter
  		and: StackToRegisterMappingCogit
  		with: #(	ObjectMemory Spur64BitCoMemoryManager
  				MULTIPLEBYTECODESETS true
  				NewspeakVM true
  				EnforceAccessControl true)
+ 		to: (FileDirectory default directoryNamed: self sourceTree, '/nsspur64src') fullName
+ 		platformDir: (FileDirectory default directoryNamed: self sourceTree, '/platforms') fullName
- 		to: (FileDirectory default pathFromURI: self sourceTree, '/nsspur64src') fullName
- 		platformDir: (FileDirectory default pathFromURI: self sourceTree, '/platforms') fullName
  		including:#()
  !



More information about the Vm-dev mailing list