This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make recursive part of peephole optimiser hookable
authorZefram <zefram@fysh.org>
Mon, 16 Aug 2010 19:22:42 +0000 (20:22 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Thu, 26 Aug 2010 13:10:55 +0000 (15:10 +0200)
commit1a0a2ba99e0c0ff795f145aaf54fcf0c4a8f7478
treef24669c95c6d89ac6f5277dac7f3518afc1cd5e1
parentc35dcbe240980301d3462300f3b790ccfbe52c24
make recursive part of peephole optimiser hookable

New variable PL_rpeepp makes it possible for extensions to hook
the per-op-chain part of the peephole optimiser (which recurses into
side chains).  The existing variable PL_peepp still allows hooking the
per-sub part of the peephole optimiser, maintaining perfect backward
compatibility.
embed.fnc
embed.h
embedvar.h
intrpvar.h
op.c
perlapi.h
proto.h
sv.c