|
Tracing back objects: msg#00137lang.smalltalk.squeak.beginners
Hi, The following code: CompiledMethod allInstances inject: (CompiledMethod allInstances first) into: [:m :i | i size > m size ifTrue: [i] ifFalse: [m]]. gives the largest method as an object. Is there an efficient way to trace back the method selector and its class without doing a brute force lookup? TIA .. Subbu
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: undefinedobject showflag, mstram |
|---|---|
| Next by Date: | Re: Tracing back objects, Klaus D. Witzel |
| Previous by Thread: | undefinedobject showflag, mstram |
| Next by Thread: | Re: Tracing back objects, Klaus D. Witzel |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |