This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Use xor to save a branch
authorKarl Williamson <public@khwilliamson.com>
Sat, 18 Aug 2012 18:20:42 +0000 (12:20 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 26 Aug 2012 05:21:28 +0000 (23:21 -0600)
commitf0fdc1c93fe4410df3f4f4d0c836005cec3b7f55
treeb1ba5016c7528e4cd0d59da7f654968a1a6761c6
parent218282dfcfa77fc6f19c73eba96331bbd064f1f0
regexec.c: Use xor to save a branch

Probably this gets optimized this way anyway.
regexec.c