[Vm-dev] VM Maker: VMMaker-bf.352.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Oct 9 07:11:32 UTC 2014


Bert Freudenberg uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker-bf.352.mcz

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

Name: VMMaker-bf.352
Author: bf
Time: 9 October 2014, 9:09:29.549 am
UUID: df60954e-037f-4f2d-a948-aa0ba81641f5
Ancestors: VMMaker-bf.351

Set reclaimableContextCount to 0 in internalCannotReturn:.

=============== Diff against VMMaker-bf.351 ===============

Item was changed:
  ----- Method: Interpreter>>internalCannotReturn: (in category 'return bytecodes') -----
  internalCannotReturn: resultObj
  	<inline: true>
+ 	reclaimableContextCount := 0.
  	self internalPush: activeContext.
  	self internalPush: resultObj.
  	messageSelector := objectMemory splObj: SelectorCannotReturn.
  	argumentCount := 1.
  	^ self normalSend!



More information about the Vm-dev mailing list