Front page | perl.perl6.internals |
Postings from August 2001
RE: Opcode Dispatch
Thread Previous
|
Thread Next
From:
Garrett Goebel
Date:
August 10, 2001 13:06
Subject:
RE: Opcode Dispatch
Message ID:
71BEC0D4E1DED3118F7A009027B12028010BDFCB@EXCH_MISSION
From: Dan Sugalski [mailto:dan@sidhe.org]
>
> Presumably they'll do something like:
>
> perlcc foo.pm foo.pc
>
> to compile a module to bytecode.
Are we going to compile to bytecode every time, or might:
perl foo.pm
create foo.pmc
So that the next time foo.pm is called for the bytecode could be reused
instead of recompiling foo.pm. Assuming a checksum in foo.pmc says foo.pm
hasn't changed.
Thread Previous
|
Thread Next