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

Eliot Miranda eliot.miranda at gmail.com
Wed Aug 6 02:58:42 UTC 2014


On Tue, Aug 5, 2014 at 7:57 PM, <commits at source.squeak.org> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20140805/c73f8b71/attachment.htm


More information about the Squeak-dev mailing list