NAME

Devel::GoFaster - optimise executable Perl ops

DESCRIPTION

This module implements some optimisations in compiled Perl code, which
should make it run slightly faster without visibly affecting behaviour.
The optimisations are applied at the peephole optimisation step,
augmenting Perl's built-in optimisations.

INSTALLATION

       perl Build.PL
       ./Build
       ./Build test
       ./Build install

AUTHOR

Andrew Main (Zefram) <[email protected]>

COPYRIGHT

Copyright (C) 2015 Andrew Main (Zefram) <[email protected]>

LICENSE

This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.