cosimo has asked for the wisdom of the Perl Monks concerning the following question:
I saw B::Bytecode and tried it out a bit.
Then I saw Module::Compile and tried it out a bit.
Now I'd like to mix and match them and compile a module (*.pm) to bytecode and save the result as *.pmc
The point would be saving parsing and bytecode compiling
for each program execution, given that I load hundreds of modules every time.
I suppose I am the first one coming up with this Cool Idea™, uh? ;-)
From what I read, perl already loads *.pmc files, but:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Module::Compile + B::Bytecode = Faster loading ?
by Joost (Canon) on Dec 18, 2006 at 21:00 UTC | |
|
Re: Module::Compile + B::Bytecode = Faster loading ?
by merlyn (Sage) on Dec 18, 2006 at 20:55 UTC | |
by cosimo (Hermit) on Dec 18, 2006 at 22:32 UTC | |
by diotalevi (Canon) on Dec 18, 2006 at 23:20 UTC | |
|
Re: Module::Compile + B::Bytecode = Faster loading ?
by diotalevi (Canon) on Dec 18, 2006 at 21:34 UTC |