REGEXPs are now stored directly in PL_regex_padav, rather than
authorNicholas Clark <nick@ccl4.org>
Fri, 11 Jan 2008 12:14:04 +0000 (12:14 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 11 Jan 2008 12:14:04 +0000 (12:14 +0000)
commit14a49a2428492a7a120f0254ff8085e99252f641
tree32e1575fa0e68d4c2eb45dc0c44f5e6e312c862a
parentccb2c8b8ab146edc148e377cd6b108da77d1320b
REGEXPs are now stored directly in PL_regex_padav, rather than
indirectly via RVs. This saves memory, and removes 1 level of pointer
indirection.

p4raw-id: //depot/perl@32950
op.c
op.h
pp_ctl.c
regexec.c