fix eval qw(BEGIN{die}) style leaks (second attempt).
authorDave Mitchell <davem@fdisolutions.com>
Mon, 11 Dec 2006 00:48:06 +0000 (00:48 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Mon, 11 Dec 2006 00:48:06 +0000 (00:48 +0000)
commit718a7425915fd79f2939210d3d2e5741c7fc47e1
tree7bad6e3ac50a724c8641f6276ef85cdc01596142
parenta1cac82e623c5bbb331e6465011c5b46dfbfc277
fix eval qw(BEGIN{die}) style leaks (second attempt).

Repeat of change #28319 (backed out by change #28720), this time
freeing ops using the right pad. Also backs out the remempad
parser addition from change #29501; instead a new auxiliary
paser stack is added, which records the current value of
PL_comppad for every state.
p4raw-link: @29501 on //depot/perl: 2af555bf3f2b3ca8e114df3f5f680d40bd24d6bf
p4raw-link: @28720 on //depot/perl: c86b7e916b443ee192c5638ad9d077ad4e244713
p4raw-link: @28319 on //depot/perl: eb7d7d25d2f780edcbedc124a5bdca0d53ad8687

p4raw-id: //depot/perl@29504
perly.act
perly.c
perly.h
perly.tab
perly.y
t/comp/parser.t