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) <zefram@fysh.org>

COPYRIGHT

Copyright (C) 2015, 2017 Andrew Main (Zefram) <zefram@fysh.org>

LICENSE

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