http://qs321.pair.com?node_id=604458


in reply to Re: Perl v5.6.1 looking for .pmc files
in thread Perl v5.6.1 looking for .pmc files

Sooo... instead you could speed things up by compiling the modules to bytecode using Module::Compile (okay, in theory).
  • Comment on Re^2: Perl v5.6.1 looking for .pmc files

Replies are listed 'Best First'.
Re^3: Perl v5.6.1 looking for .pmc files
by fglock (Vicar) on Mar 22, 2007 at 20:38 UTC

    yes! except that the feature is more used nowadays to preprocess complex code into plain perl5, instead of bytecode. v6, for example, process perl6 source code into plain perl5 "pmcs".