Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://www.squeaksource.com/VMMaker/VMMaker.oscog-eem.102.mcz==================== Summary ====================
Name: VMMaker.oscog-eem.102
Author: eem
Time: 14 July 2011, 1:11 am
UUID: 3f0d76c6-2e4c-464d-9b74-0b56caaf0eb6
Ancestors: VMMaker.oscog-eem.101
Move inline cache probe for implicit receiver nto the trampoline,
avoiding the slow interpreter cal for the common case. Implies
supporting object references in the generated run-time since the
class fetch accesses SmallInteger and the compactClassTable.
Fix NewObjectMemory>>lookupAddress: for Newspeak images
(use thisClassIndex and classNameIndex from simulated image, not
from simulating image).
Fix parenthesizing in ? : with single statements.