http://www.perlmonks.org?node_id=590570


in reply to Re: Module::Compile + B::Bytecode = Faster loading ?
in thread Module::Compile + B::Bytecode = Faster loading ?

Thanks merlyn,

I don't know why, but looking at the docs, I tried with -O2 rather than -H and that failed miserably...

Now, I only have to bytecode-compile a hundred modules, hope that the process works for all of them, and see if that saves time or not... :-)

I'll try to automate the whole thing for the most used modules.