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

commits at source.squeak.org commits at source.squeak.org
Tue Feb 24 21:34:04 UTC 2015


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

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

Name: VMMaker.oscog-eem.1080
Author: eem
Time: 24 February 2015, 1:32:36.301 pm
UUID: 8b1a09b7-4f58-4375-b16a-e42e63ffd542
Ancestors: VMMaker.oscog-eem.1079

The Newspeak VMs still need plugins

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

Item was changed:
  ----- Method: VMMaker class>>generateNewspeakSpurCogVM (in category 'configurations') -----
  generateNewspeakSpurCogVM
  	"No primitives since we can use those for the Cog Newspeak VM"
  	^VMMaker
  		generate: CoInterpreter
  		and: StackToRegisterMappingCogit
  		with: #(	ObjectMemory Spur32BitCoMemoryManager
  				MULTIPLEBYTECODESETS true
  				NewspeakVM true)
  		to: (FileDirectory default pathFromURI: self sourceTree, '/nsspursrc')
  		platformDir: (FileDirectory default pathFromURI: self sourceTree, '/platforms')
+ 		including:#(	AsynchFilePlugin BMPReadWriterPlugin BalloonEnginePlugin BitBltSimulation
+ 					DeflatePlugin DSAPlugin DropPlugin FileCopyPlugin FilePlugin FloatArrayPlugin FloatMathPlugin
+ 					ImmX11Plugin JPEGReadWriter2Plugin JPEGReaderPlugin LargeIntegersPlugin
+ 					Matrix2x3Plugin MiscPrimitivePlugin NewsqueakIA32ABIPlugin RePlugin
+ 					SecurityPlugin SocketPlugin SoundPlugin SqueakSSLPlugin SurfacePlugin
+ 					UUIDPlugin UnixOSProcessPlugin UnixAioPlugin
+ 					VMProfileLinuxSupportPlugin VMProfileMacSupportPlugin Win32OSProcessPlugin)
+ !
- 		including:#()!



More information about the Vm-dev mailing list