[squeak-dev] Inline compiler optimizations

Bert Freudenberg bert at freudenbergs.de
Wed Oct 8 12:42:35 UTC 2008


Am 08.10.2008 um 13:55 schrieb Martin Beck:

> Hi,
>
> does anyone already know, what the impact the inline compiler
> optimizations like avoiding #ifTrue: or #to:do sends has on the VM
> performance? Or, where could I disable then in order to measure it  
> myself?

See MessageNode's code generation methods (emit*).

You can't really disable inlining of #while and #to:do: because there  
is no tail recursion optimization.

- Bert -





More information about the Squeak-dev mailing list