These include the Squeak 4.6 & 5.0 release candidate VMs. Also included is a Newspeak ARM JIT VM.
CogVM binaries as per VMMaker.oscog-eem.1403/r3395
Fix long-standing bug in primitiveVMParameter for
setting, and hence allow Spur to set maxOldSpaceSize.
Spur:
Provide a limit to the size of old space on Spur. Access maxOldSpaceSize
via vmParameterAt: 67 & command line parameter -maxoldspace.
Cogit:
Simplify pushRemoteTemp register management to be able to improve further the
overall register management.
--