Puzzle: Adding domain-based security to Squeak.

Michael Roberts mike at mjr104.co.uk
Sat Aug 5 21:30:31 UTC 2006


Seaside has a tool, WAMemoryUse, that uses ImageSegments.  I'm not  
sure if it does exactly what you want but you might like to check it  
out.

The key part seems to be this:

segment := ImageSegment new copyFromRoots: (Array with: root)  
sizeHint: 100000.
results := segment doSpaceAnalysis.

Cheers,

Mike



More information about the Squeak-dev mailing list