[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Compilation of methods per class.
- To: lange@CS.UCLA.EDU
- Subject: Compilation of methods per class.
- From: Jon L White <jonl@lucid.com>
- Date: Tue, 25 Sep 90 10:55:09 PDT
- Cc: rivieres@parc.xerox.com, faieta@parc.xerox.com, gregor@parc.xerox.com, gerson@parc.xerox.com, brotsky@parc.xerox.com, bobrow@parc.xerox.com, kimber@parc.xerox.com, cutting@parc.xerox.com, robertso@parc.xerox.com, gregor@parc.xerox.com, rodrigue@parc.xerox.com, rao@parc.xerox.com, haarslev@parc.xerox.com, cloops-arisia@arisia.Xerox.COM
- In-reply-to: Trent Lange's message of Tue, 25 Sep 1990 04:07:35 PDT <90Sep25.041155pdt.16873@alpha.xerox.com>
re: Whenever I have the same method defined for several different classes
and call the method at least once for instances of each of those classes,
the time PCL takes to execute the method call goes up, sometimes
dramatically. Having the same method defined differently on just four
. . .
The circumstances you relate above are precisely the symptoms one would
expect when there is a breakdown in the assumptions underlying the PCL
generic-function caching technique.
-- JonL --