Where does the time go?

Brian Keefer mgomes21 at cox.net
Mon Jul 15 05:43:41 UTC 2002


Ross Boylan wrote:
> 
> Certain operations in my application have become painfully slow (100
> seconds).  I put a profiler on them, but I'm not sure what to make of
> the results, and would like some advice about what is going on and
> what to do.
...
> DependentsFields size = 9,043;
> EventsFields size = 1,880.
> After global garbage collect and closing my profiles and a window with
> many objects:  Dependents = 457; Events = 794.

http://lists.squeakfoundation.org/pipermail/squeak-dev/2002-June/014673.html
taught me a bit about the fun of DependentsFields. Scott Crosby's actual
changeset can be found at http://swiki.gsug.org:8080/sqfixes/2199.html
(though, I had the luxury of just reparenting from Object to Model).



More information about the Squeak-dev mailing list