Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://www.squeaksource.com/VMMaker/VMMaker.oscog-eem.105.mcz==================== Summary ====================
Name: VMMaker.oscog-eem.105
Author: eem
Time: 18 July 2011, 4:43:16 am
UUID: 79234f80-ee6a-404c-9e5c-2134e3b76463
Ancestors: VMMaker.oscog-eem.104
Work around C compiler optimization bug with max negative value
in signed32BitValueOf: (fixes AlienSunit tests).
Add vmParameters 70 & 71, the interpreter proxy major and minor
version numbers.
Make CoInterpreter & CoInterpreterMT generate the same interp.h
by defaulting COGMTVM to 0. The two differing was insane.
Speed up primitiveFail by using the primFailCode not trick.