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

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

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

Name: VMMaker.oscog-eem.118
Author: eem
Time: 17 August 2011, 4:40:20 am
UUID: 3b55b5fa-083b-4528-acc2-bb5f7aa1a3fe
Ancestors: VMMaker.oscog-eem.117

Fix bug in checkIfValidObjectRefAndTarget: for the Newspeak VM.
Fix assert uses of methodClassAssociationOf: to
noAssertMethodClassAssociationOf: in cases where a CogMethod's
objectHeader may be invalid (i.e. during relocation).
Fix some local variable name conflicts with globals.
Add a longPrintOop: that printOopShort's pointer fields.
In the Newspeak VM hook up an anonymous method with one of its
cogged forms if its original cogged method has been freed.
Make the leak checker a little more informative.
Use super for CoInterpreterMT>>loadInitialContext.