diff options
author | Karl Williamson <khw@cpan.org> | 2021-05-16 16:07:11 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2021-05-28 15:23:57 -0600 |
commit | aacc849b92da13c1abc5b61e3d3c58d7016e3caf (patch) | |
tree | 7cbd3a45ef15de3c3be106ace5197b654a2698d2 /utils.lst | |
parent | 573d6c09680ce3dcfe8901028ea1f2ff44212ebe (diff) | |
download | perl-aacc849b92da13c1abc5b61e3d3c58d7016e3caf.tar.gz |
utf8.h: Refactor UNICODE_IS_NONCHAR()
This adds branch prediction and re-orders so that an unlikely to succeed
test is done before the likely to succeed one, so that the latter
usually doesn't need to be executed. Since both conditions must succeed
for the entire expression to succeed, this doesn't change what the whole
expresson matches.
s# Please enter the commit message for your changes. Lines starting
Diffstat (limited to 'utils.lst')
0 files changed, 0 insertions, 0 deletions