Oct. 14, 2014
12:51 a.m.
...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