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

You should already be able to say:
perl -MO=Bytecode,-H,-oFoo/Bar.pmc Foo/Bar.pm
to compile Foo/Bar.pm to pmc.

You can use that to test out whether your theories will work.

Replies are listed 'Best First'.
Re^2: Module::Compile + B::Bytecode = Faster loading ?
by cosimo (Hermit) on Dec 18, 2006 at 22:32 UTC

    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.

      It probably doesn't. Loading code with B::Bytecode is reported to be slower than loading code from source.

      ⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊