[Vm-dev] VM Maker: VMMaker.oscog-eem.102.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Thu Jul 14 22:30:40 UTC 2011


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.



More information about the Vm-dev mailing list