in reply to Benchmarks for module compilation time
When you are looking at the bigger picture you might want to take in account (and if that is interesting measure it too) that some of the modules rely heavily on AUTOLOAD and create some of their own functions or load additional modules in run time and based on the flow of your program.
Specifically CGI.pm is mostly a huge string called $AUTOLOADED_ROUTINES from where the rest of the code extracts the functions as they are needed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Benchmarks for module compilation time
by itub (Priest) on Jul 20, 2005 at 12:56 UTC | |
by szabgab (Priest) on Jul 20, 2005 at 14:03 UTC |