Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: d6ad3b72778369a84a215b498d8d60d5b03aa1af
https://github.com/Perl/perl5/commit/d6ad3b72778369a84a215b498d8d60d5b03aa1af
Author: Karl Williamson <[email protected]>
Date: 2022-06-14 (Tue, 14 Jun 2022)
Changed paths:
M ext/XS-APItest/t/utf8.t
M inline.h
Log Message:
-----------
Do per-word hop back
This should speed up backing up a large distance in a UTF-8 string. But
we don't actually do that in core. I did this work 5 years ago before I
realized this. Rather than throw it away, this commit gets it into the
history, and the next commit will revert it.