[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compilation of methods per class.
- To: lange@CS.UCLA.EDU
- Subject: Re: Compilation of methods per class.
- From: Doug Cutting <cutting@parc.xerox.com>
- Date: Wed, 26 Sep 1990 08:43:15 PDT
- Cc: cutting@parc.xerox.com, commonloops.parc@xerox.com
- In-reply-to: "Trent Lange's message of Wed, 26 Sep 1990 06:17:12 PDT <900926.131712z.09320.lange@lanai.cs.ucla.edu>"
Date: Wed, 26 Sep 1990 06:17:12 PDT
From: Trent Lange <lange@CS.UCLA.EDU>
Another question brought up by all this is why generic function calls on
classes that have :arounds with one call-next-method take so much longer
than calls on classes that only have a primary? E.g. fast-foo on class11
here takes 5x as long (3x as long in Franz) as fast-foo on class1 (0.104 msec
vs 0.019 msec).
On July 27th I submitted a patch for May Day PCL which significantly
improved the performance of the common use of CALL-NEXT-METHOD in (at
least) Franz Allegro 3.1 and Lucid's development compiler. (Lucid's
production compiler already implements it as an optimization, as other
compilers should.) In Franz it gave my benchmarks an eightfold
speedup. It's not clear which of Lucid's compilers you're using, so I
can't be sure this will help you, but I suspect it will.
If you'd like I can send you the patch. In July I promised to merge
it into the sources on Arisia if no bugs in it were found. As none
have been reported I shall now do this (as soon as I have a chance).
Doug