[squeak-dev] The Trunk: Kernel-eem.863.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Aug 6 02:58:06 UTC 2014


Eliot Miranda uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-eem.863.mcz

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

Name: Kernel-eem.863
Author: eem
Time: 5 August 2014, 7:57:17.219 pm
UUID: cb350f31-9826-4a62-b21b-b824ea553cf1
Ancestors: Kernel-eem.862

empty log message

=============== Diff against Kernel-eem.862 ===============

Item was changed:
  ----- Method: BlockClosure>>numTemps (in category 'accessing') -----
  numTemps
  	"Answer the number of temporaries for the receiver; this includes
  	 the number of arguments and the number of copied values."
- 	| blockCreationBytecodeSize |
  	^self numCopiedValues
  	 + self numArgs
  	 + (BlockLocalTempCounter
+ 			tempCountForBlockStartingAt: startpc
- 			tempCountForBlockAt: startpc - (blockCreationBytecodeSize := 4)
  			in: self method)!



More information about the Squeak-dev mailing list