This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Pack the recycled pad offsets into an SV at PL_regex_pad[0]. This will
authorNicholas Clark <nick@ccl4.org>
Fri, 11 Jan 2008 17:00:59 +0000 (17:00 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 11 Jan 2008 17:00:59 +0000 (17:00 +0000)
commit402d2eb1990caf116b392579a55f0a4f317d2738
tree724a49a2c107179dda8887755c54a52a720e9144
parent2f3529075cdaceeaf619b8bd308885878ec9828a
Pack the recycled pad offsets into an SV at PL_regex_pad[0]. This will
use less memory than an AV.

p4raw-id: //depot/perl@32959
intrpvar.h
op.c
perl.c