On Thu, Aug 10, 2000 at 06:26:24PM -0400, Chaim Frenkel wrote: > >>>>> "NI" == Nick Ing-Simmons <[EMAIL PROTECTED]> writes: > > NI> You just re-invented "look up the name in a hash table" ;-) > > I thought I was saving the constant search along the @ISA, do it only > once. Well perl5 already does that. The first time a method is called it searchs ISA, but it caches the result in the package the object is blessed into, so next time it finds it without searching ISA Graham.
- Re: Method call optimization. Nick Ing-Simmons
- Re: Method call optimization. Dan Sugalski
- selectively invalidating cached inherited methods (as Re:... David L. Nicol
- Re: selectively invalidating cached inherited methods (as... Dan Sugalski
- Re: Method call optimization. Chaim Frenkel
- Re: Method call optimization. Nick Ing-Simmons
- Re: Method call optimization. Chaim Frenkel
- Re: Method call optimization. Nick Ing-Simmons
- Re: Method call optimization. Chaim Frenkel
- Re: Method call optimization. Chaim Frenkel
- Re: Method call optimization. Graham Barr
- Re: Method call optimization. Chaim Frenkel
- Re: Method call optimization. Nick Ing-Simmons
- Re: Method call optimization. David L. Nicol
- Re: Method call optimization. Dan Sugalski
- Re: Method call optimization. Nick Ing-Simmons
- Re: Method call optimization. Nick Ing-Simmons
- Re: Method call optimization. Nick Ing-Simmons
- Re: Ramblings on "base class" for SV etc. Ken Fox
- Re: Ramblings on "base class" for SV etc. Larry Wall
- Re: Ramblings on "base class" for SV etc. Dan Sugalski