Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 59ead93c943ef0c3b66a283b1a33e208a19b7814
https://github.com/Perl/perl5/commit/59ead93c943ef0c3b66a283b1a33e208a19b7814
Author: Karl Williamson <[email protected]>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M regexec.c
Log Message:
-----------
regexec.c: Add some branch predictions reorder conds
This reorders the conditionals in an 'if' where all must be true to
succeed, so the least likely one is done first, and adds some UNLIKELY