This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Refactor join_exact() to eliminate extra passes
authorKarl Williamson <public@khwilliamson.com>
Sun, 25 Dec 2011 21:20:42 +0000 (14:20 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 19 Jan 2012 18:58:19 +0000 (11:58 -0700)
commitf758bddff3d477c79b77132210e9d4249f1d83c9
tree896c57d82bcd5ad8709a0759693cedc0fb965892
parent287722f3d3da256273a55d7ef88b415ec6acbc00
regcomp.c: Refactor join_exact() to eliminate extra passes

The strings in every EXACTFish node are examined for certain problematic
sequences and code points.  Prior to this patch, this was done in
several passes, but this refactors the routine to do it in a single
pass.
embed.fnc
embed.h
proto.h
regcomp.c