in reply to Optimise Perl code pl file
+-------------------------+ | generate perl-byte code | | of the entire project | +------------+------------+ | +------------+------------+ | walk the op-tree and | | identify unused opcodes | +------------+------------+ | +---------------------+ | construct your own | | op-tree without the | | unused op-codes | +---------------------+
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Optimise Perl code pl file
by diotalevi (Canon) on Nov 28, 2003 at 16:34 UTC |