New Cog VMs available

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

New Cog VMs available

Eliot Miranda-2
 
...at http://www.mirandabanda.org/files/Cog/VM/VM.r3104

CogVM source as per VMMaker.oscog-eem.900/r3104

Change a couple of between:and:'s that should be
oop:isGreaterThanOrEqualTo: andLessThan:'s

Fix signed/unsigned comparisons with freeStart in V3.

Fix old V3 NewObjectMemory bug in fullGC.  sweepPhaseForFullGC failed to update
freeStart at the end of its sweep which could leave a partial object between the
last object and freeStart, causing subsequent crashes in enumeration.  This
fixes an occasional crash in muO's release process: MuODeployer makeImageRelease
-- 
best,
Eliot