Puzzle: Adding domain-based security to Squeak.

Michael van der Gulik squeakml at gulik.co.nz
Tue Aug 8 09:05:12 UTC 2006


Michael Roberts wrote:
> 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.

Thanks. I'll try to work out if it is useful.

Michael.




More information about the Squeak-dev mailing list