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

commits at source.squeak.org commits at source.squeak.org
Sat Mar 8 01:24:11 UTC 2014


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

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

Name: VMMaker.oscog-eem.633
Author: eem
Time: 7 March 2014, 5:21:02.645 pm
UUID: 8358808a-6e99-4c56-bae6-c492656d882c
Ancestors: VMMaker.oscog-eem.632

oops

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

Item was changed:
  ----- Method: VMMaker>>generateEntire (in category 'generate sources') -----
  generateEntire
  	"Generate the interp, internal plugins and exports as well as the external plugins.
  	 If this comes from a generator, log it for convenience."
  	self configurationGeneratorNameOrNil ifNotNil:
  		[:generator|
  		 logger cr; nextPutAll: (generator selector copyReplaceAll: 'generate' with: '').
  		 interpreterClassName ifNotNil:
  			[logger
  				space; nextPutAll: interpreterClassName;
+ 				space; nextPutAll: (CCodeGenerator shortMonticelloDescriptionForClass: (Smalltalk classNamed: interpreterClassName))].
- 				space; nextPutAll: (CCodeGenerator shortMonticelloDescriptionForClass: interpreterClassName)].
  		 logger cr; flush].
  	self generateMainVM.
  	self generateExternalPlugins!



More information about the Vm-dev mailing list