This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge branch 'fixup after regcomp sizing pass removal' into blead
authorKarl Williamson <khw@cpan.org>
Fri, 16 Nov 2018 17:48:51 +0000 (10:48 -0700)
committerKarl Williamson <khw@cpan.org>
Fri, 16 Nov 2018 17:48:51 +0000 (10:48 -0700)
commit012b274eec07a4c9eeea66cdccf68990e896323d
treeab5b364d985e6fbc3f4f0ffb588e108d42e83c36
parent3c92e13394fced16c55aca22b7557b6baea486e4
parentf358228e3e49eb26a791fae21a9ed0e46fc37634
Merge branch 'fixup after regcomp sizing pass removal' into blead

Having a sizing pass for compiling regular expression patterns forced
various other design decisions that are now no longer necessary, since
the sizing pass has been eliminated.

This series of commits removes a bunch of them, simplifying the code