[Vm-dev] VM Maker: VMMaker.oscog-eem.910.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Oct 24 00:44:20 UTC 2014


Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-eem.910.mcz

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

Name: VMMaker.oscog-eem.910
Author: eem
Time: 23 October 2014, 5:41:36.036 pm
UUID: 5b3b6e58-f2cf-46c5-9ce3-13eeae644df4
Ancestors: VMMaker.oscog-eem.909

And fix an oopsie.  thanks Bob!

=============== Diff against VMMaker.oscog-eem.909 ===============

Item was changed:
  ----- Method: Spur32BitMMLECoSimulator>>return:restoringObjectsIn:savedHashes:and:savedHashes: (in category 'image segment in/out') -----
  return: errCode restoringObjectsIn: firstArray savedHashes: firstSavedHashes and: secondArray savedHashes: secondSavedHashes
  	self leakCheckImageSegments ifTrue:
+ 		[self halt: errCode printString].
- 		[self halt]..
  	^super return: errCode restoringObjectsIn: firstArray savedHashes: firstSavedHashes and: secondArray savedHashes: secondSavedHashes!



More information about the Vm-dev mailing list