[Vm-dev] VM Maker: VMMaker-tpr.372.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Nov 24 00:55:05 UTC 2015


tim Rowledge uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker-tpr.372.mcz

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

Name: VMMaker-tpr.372
Author: tpr
Time: 23 November 2015, 4:54:38.101 pm
UUID: 4cb83acc-cffe-4e94-b3c5-2ba5d69bcffc
Ancestors: VMMaker-dtl.371

Add two (currently null) methods so that the Squeak3D plugin (via B3DEnginePlugin) can be modified to work in a Cog VMmaker without breaking this version.
A check generate shows that none of the code generated changes.

=============== Diff against VMMaker-dtl.371 ===============

Item was added:
+ ----- Method: CCodeGenerator>>inferTypesForImplicitlyTypedVariablesAndMethods (in category 'as yet unclassified') -----
+ inferTypesForImplicitlyTypedVariablesAndMethods
+ 	"In the Cog VMMAKer/CCodeGenerator this message invokes deriving types for variables and returns. Here, now, it does nothing"!

Item was added:
+ ----- Method: InterpreterPlugin class>>pruneUnusedInterpreterPluginMethodsIn: (in category 'as yet unclassified') -----
+ pruneUnusedInterpreterPluginMethodsIn: ignored
+ 	"In the Cog VMMaker/InterpreterPlugin this method removes unneeded plugin methods. Here, now, it does nothing"!



More information about the Vm-dev mailing list