in reply to Re^5: Using AUTOLOAD to create class methods
in thread Using AUTOLOAD to create class methods
So if you use an AUTOLOAD that autogenerates methods, then every time you hit that AUTOLOAD you throw away the method cache and have to start generating it again. Depending on your program's profile, this can be significant overhead.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Using AUTOLOAD to create class methods
by ikegami (Patriarch) on Nov 15, 2005 at 17:34 UTC | |
by tilly (Archbishop) on Nov 16, 2005 at 04:51 UTC |