On Fri, Feb 21, 2003 at 04:34:42PM -0500, Dan Sugalski wrote:
> If A isa B, we certainly wouldn't want to call A's AUTOLOAD on a 
> method before we looked to see if B had a concrete instance of that 
> method.

Right. The best you could probably do is note where you found the first AUTOLOAD
so that when you do reach the end of the ISA search you don't need to do
the whole search again.

But is this programming for the common case ? or is it premature
optimization.

Graham.

Reply via email to