in reply to Re: Re: Re: Re (tilly) 1: Strict, strings and subroutines
in thread Strict, strings and subroutines
Graham's point is that when you start dynamically changing inheritance, Perl throws away its memoized method lookup results. Even if you change the inheritance right back, your cache is still gone and it has to work out results again the long way.
|
---|