This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eliminate precomp from struct regexp. Store the offset of precomp from
authorNicholas Clark <nick@ccl4.org>
Fri, 28 Dec 2007 22:19:00 +0000 (22:19 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 28 Dec 2007 22:19:00 +0000 (22:19 +0000)
commit2c96c0d61ce80822b81de2248e48b10f0182d790
tree04308778310b8943cb90138b157fdfe8d25591d2
parent3a9b2cacfb08e1181b7d9ae45cad1ed8acd59972
Eliminate precomp from struct regexp. Store the offset of precomp from
wrapped in pre_prefix, a 4 bit value. (Maybe only for now) reduce
seen_evals from I32 to 28 bits. Will anyone have more than 268435456
eval groups in a regexp?

p4raw-id: //depot/perl@32755
regcomp.c
regexp.h