Performance profiling results...

Andreas.Raab at gmx.de Andreas.Raab at gmx.de
Tue Sep 25 08:24:13 UTC 2001


> Is there any easy way to tell the interpreter to not inline things; it
> would sorta make some statistics easier to collect on seldom-used things
> if they weren't inlined. That way I could use profiling to tell how many
> GC's were done and stuff like that. :)

Very simple - just add a "self inline: false" statement to the methods you
don't want to be inlined.

Cheers,
  - Andreas

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net





More information about the Squeak-dev mailing list