contributor list available, corrections sought

Klaus D. Witzel klaus.witzel at cobss.com
Wed Nov 8 08:06:00 UTC 2006


On Wed, 08 Nov 2006 08:55:37 +0100, Yoshiki Ohshima wrote:
>   Hello,
...
>   Is there a way to get the list of methods associated with particular
> initial?  I'd like to do a bit more manual search.

(CompiledMethod allInstances select:[:each | 'kwl*' match: each  
timeStamp]) collect: [:each | each who]

This is one of the most expensive queries on CompiledMethods, since  
#timeStamp does file i/o.

/Klaus

> -- Yoshiki
>
>





More information about the Squeak-dev mailing list