On Fri, 6 Sep 2024 11:52:35 GMT, Per Minborg <pminb...@openjdk.org> wrote:
>> This PR proposes to improve the performance of `MemorySegment::mismatch` by >> using Java code rather than transitioning to native code. > > Per Minborg has updated the pull request incrementally with one additional > commit since the last revision: > > Use unaligned ops and rename benchmarks I've added manual loop-unrolling for Aarch64 (only). This gives a significant performance boost for larger segments:  On x64, manual unrolling is not necessary. ------------- PR Comment: https://git.openjdk.org/jdk/pull/20848#issuecomment-2345784880