VM Maker: VMMaker-oscog.36.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: VMMaker-oscog.36.mcz

squeak-dev-noreply
 
Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://www.squeaksource.com/VMMaker/VMMaker-oscog.36.mcz

==================== Summary ====================

Name: VMMaker-oscog.36
Author: eem
Time: 4 October 2010, 7:15:15 am
UUID: 79f2435a-ad54-4d89-be04-cd4efaad1ede
Ancestors: VMMaker-oscog.35

LargeIntegersPlugin
        minor simplification to digitSubLarge:with:
Simulator:
        Fix SmartSyntaxPluginSimulator; the receiver: spec
        applies to the receiver, not the result, bozo!!
        Fix simulation of 64-bit integer arithmetic which didn't
        truncate the result to 64 bits, hence failing to fail for
        results that overflow 64 bits.
        Allow simulator to avoid booleanCheat: for comparing
        bytecode traces obtained by runSimulated:contextAtEachStep: