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

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

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

Name: VMMaker.oscog-eem.112
Author: eem
Time: 26 July 2011, 3:15:08 am
UUID: efadaaf2-156f-49df-95df-ea610c02b6b2
Ancestors: VMMaker.oscog-eem.111

Newspeak Cogit:
Add missing incremental GC code for implicit receiver cache.
Fix markLiteralsAndUnlinkIfUnmarkedSendOrPushImplicit:pc:method:
for empty cache.

Cogit:
Remove C compiler warnings in addressIsInFixups: & methodFor:.

Slang:
Fix bug on inlining that would redefine method arguments (see
TMethod>inlineFunctionCall:in:)
Consequently correct some CoInterpreter methods which were
accidentally getting the right signature.
Also use TMethod>declarationAt:put: in more places.

CogMemoryManager:
Add an initial CogObjectHeader class.