This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Wrap all accesses to the members precomp and prelen of struct regexp in
authorNicholas Clark <nick@ccl4.org>
Fri, 28 Dec 2007 21:25:50 +0000 (21:25 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 28 Dec 2007 21:25:50 +0000 (21:25 +0000)
commit220fc49f9cd19ab777a22ef733671f0fbb81e6bd
treea91eae57fc34523216a9770d4b54a1f88987826b
parentf19b4ba939a9fcdd83b091f4baa1c12b87ff9886
Wrap all accesses to the members precomp and prelen of struct regexp in
the macros RX_PRECOMP() and RX_PRELEN(). This will allow us to reduce
the regexp storage overhead by computing them at retrieve time.

p4raw-id: //depot/perl@32753
dump.c
ext/B/B.xs
ext/re/re.xs
op.c
pp_ctl.c
pp_hot.c
regcomp.c
regexec.c
regexp.h