Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://www.squeaksource.com/VMMaker/VMMaker-oscog.41.mcz==================== Summary ====================
Name: VMMaker-oscog.41
Author: eem
Time: 1 January 2011, 11:58:42 am
UUID: 096b8a29-e7e8-4cbf-b29c-0f096abbdd5c
Ancestors: VMMaker-oscog.40
Fix a bug with bytecode to pc mapping being confused by frameless
blocks which caused a crash when converting an interpreter
activation of Cogit class>>generatorTableFrom: to machine code.
In the SRMCogit mark the conditional jump following #== as dead
code and elide it.
Fix SimpleStackBasedCogit compilation by ifdeffing out the body of
enterRegisterArgCogMethod:at:receiver: and addding dummy
registerMaskFor:... defs.
Fix an assert for objects-as-methods in activateInterpreterMethod...
Fix gnuification for the change that moved a funciton's opening { to
a newline.