[squeak-dev] Avoiding compiler inlining

Bert Freudenberg bert at freudenbergs.de
Tue Jan 13 16:21:21 UTC 2009


On 13.01.2009, at 17:16, Eliot Miranda wrote:
> but this recursive definition works:
>
> whileTrue: aBlock
>     ^aBlock value ifTrue: [self whileTrue: aBlock]
>
> Recursion  does work if written correctly ;)

Now if we just had tail-send optimization ...

- Bert -





More information about the Squeak-dev mailing list