[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PCL benchmark
- To: doug@zaphod.prime.com (Douglas Rand)
- Subject: Re: PCL benchmark
- From: kempf@Sun.COM
- Date: Wed, 12 Oct 88 15:28:08 PDT
- Cc: CommonLoops.PA@Xerox.COM, <burdorf@rand.org>, Burdorf@zaphod.prime.com, Chris@zaphod.prime.com
- In-reply-to: Your message of Wed, 12 Oct 88 15:39:31 -0400. <8810121939.AA07463@zaphod.prime.com>
- Redistributed: commonloops.pa
Class creation tends to be on the slow side too. For languages where
this happens at load time, there is no problem (except for waiting
for loads) but Strobe creates classes on the fly and so it tends
to be slow. I don't know how much can be done about this, however,
other than general speedup in instance creation and generic
function invocation.
jak