which methods use primitives

Jörg Rade jr at petz.han.de
Sun Jun 7 16:35:29 UTC 1998


Dan Ingalls wrote:

> Try...
> 
> Smalltalk browseAllSelect:
>     [:method | method primitive > 0
>            and: [(method primitive between: 256 and: 519) not]]
> 
> ...or any similar pattern that fits your particular need.  The check for 256-519 above avoids specially compiled simple methods.

Doesn't work here (2.0 with fresh 'update code from server') since
MessageListView is unknown. What should I fileIn in order to make it
fly?

-j|g
--
    Joerg Rade   | How could I know what I say | jr at petz.han.de 
   Birkenstr. 32 | before I hear what I think? | +49 511 9887497
D-30171 Hannover +-----------------------------+ S: Schlaegerstr. 





More information about the Squeak-dev mailing list