The Trunk: Kernel-eem.863.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Kernel-eem.863.mcz

commits-2
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)!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Kernel-eem.863.mcz

Eliot Miranda-2



On Tue, Aug 5, 2014 at 7:57 PM, <[hidden email]> wrote:
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

Damn.  Forgive me :-(
 

=============== 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)!





--
best,
Eliot