ByteCache - byte-compile modules when needed


ByteCache documentation  | view source Contained in the ByteCache distribution.

Index


NAME

Top

ByteCache - byte-compile modules when needed

SYNOPSIS

Top

     use ByteCache;
     use Other::Module;

DESCRIPTION

Top

This module causes any modules loaded after it to be loaded in bytecode compiled format. If a bytecode compiled version of the module does not currently exist, ByteCache will call the compiler to create one and then save it away.

WARNING

Top

This module is dependent on the compiler suite, and is therefore B<very> experimental. Your results may very. Do not use in production systems.

AUTHOR

Top

Simon Cozens, simon@brecon.co.uk

SEE ALSO

Top

perl, perlcc, ByteLoader


ByteCache documentation  | view source Contained in the ByteCache distribution.