VM Maker: VMMaker-oscog.30.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.30.mcz

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

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

Name: VMMaker-oscog.30
Author: eem
Time: 19 September 2010, 10:03:49 am
UUID: 6aea7874-dba6-4e67-965d-d9dd239be673
Ancestors: VMMaker-oscog.29

Refactor the booleanCheat to remove code duplication.
Saves 1.3k in the deployment Cog build (and > 3k in debug).

N.B. David, this is likely to be beneficial in the Interpreter.
The only tricky thing is that Slang's weakness means
booleanCheatTrue needs to be inlined into a different case
to booleanCheatFalse.