Efficient pointer finder using ImageSegments?

Ned Konz ned at bike-nomad.com
Wed Aug 7 18:47:11 UTC 2002


I notice that there is the findRogue* family of methods in 
ImageSegment.

Is any of these usable for analysis for shrinking Squeak?

Say I have a collection of classes and objects I want to remove, and 
I'd like to find any objects outside that collection (and their class 
variables, methods, etc.) that point to any of these objects.

I know that I can find references to the classes in methods, senders 
of unique messages, pointers to objects, etc. using other means, but 
does the ImageSegment offer a quick way to get this information?

Thanks,
-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list