Q: senders of inlined #to:do:

Bert Freudenberg bert at freudenbergs.de
Fri Sep 15 19:51:39 UTC 2006


Klaus D. Witzel wrote:
> I'm planning for an automated analysis of methods in the collection 
> hierarchy which could be candidate for a possible #applyTo:from:to 
> normalization (only if performance >= ).
> 
> The analysis will be done by running Goya[1] and coloring the respective 
> callers and callees, driven by a dedicated set of TestCases.
> 
> But for inlined #to:do: and friends (#whileTrue:'s etc), another 
> approach is needed. Is there perhaps something that someone can share, 
> or do I have to write such a query with bytecode analysis tools. Any 
> examples for the latter?
> 
> Thank you in advance for comments, examples, pointers, all appreciated.

Just have a look what the Decompiler does.

- Bert -




More information about the Squeak-dev mailing list