Dave Lewis uploaded a new version of VMMaker to project VM Maker:
http://www.squeaksource.com/VMMaker/VMMaker-dtl.187.mcz==================== Summary ====================
Name: VMMaker-dtl.187
Author: dtl
Time: 26 September 2010, 2:02:23 am
UUID: 159a96ed-5dc9-4385-80d4-a211d412597f
Ancestors: VMMaker-dtl.186
VMMaker 4.3.1
Convert message send directives to pragmas for all classes in VMMaker-Interpreter. Where possible adopt load changes directly from oscog to keep method stamps the same. Adopt a few other oscog updates along the way.
Add class Pragmatizer based on Eliot Miranda's script for converting to pragmas for Slang code generation directives. Pragmatizer>>depragmatize provides a means for reverting the changes in the event of someone needing to load VMMaker into an image without pragma support.
Fix comment code generation in CCodeGenerator>>generateInlinDirective:on:indent: (cosmetic issue).