This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: More efficient Korean \X processing
authorKarl Williamson <public@khwilliamson.com>
Sat, 15 Dec 2012 16:53:19 +0000 (09:53 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 16 Dec 2012 18:03:29 +0000 (11:03 -0700)
commit7d43c479c5220d368a2e5d94341c40f8d4cb1769
tree3f971894406f8f85f2256779ea4ead51769c76f0
parent22913b96d35efdf1a58eddd0cfba7640c55fbcc7
regexec.c: More efficient Korean \X processing

This refactors the code slightly that checks for Korean precomposed
syllables in \X.  It eliminates the PL_variable formerly used to keep
track of things.
embed.fnc
embed.h
embedvar.h
intrpvar.h
proto.h
regexec.c
sv.c