Re: selectively invalidating cached inherited methods (as Re: Method call optimiza

2000-08-11 Thread Dan Sugalski
At 06:29 PM 8/11/00 -0500, David L. Nicol wrote: >Dan Sugalski wrote: > > I think we're going to have to have a doubly-linked list going for @ISA, so > > when a parent package changes the child packages get changed too. It'll > > make updates to @ISA more expensive, but if you do that then you oug

selectively invalidating cached inherited methods (as Re: Method call optimiza

2000-08-11 Thread David L. Nicol
Dan Sugalski wrote: not work. > > I think we're going to have to have a doubly-linked list going for @ISA, so > when a parent package changes the child packages get changed too. It'll > make updates to @ISA more expensive, but if you do that then you ought to > be prepared to take a hit. > >