On Wed, 4 Sep 2024 09:09:32 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. This pull request has now been integrated. Changeset: 81ff91ef Author: Per Minborg <pminb...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/81ff91ef27a6a856ae2c453a9a9b8333b91da3ab Stats: 1098 lines in 9 files changed: 720 ins; 372 del; 6 mod 8339531: Improve performance of MemorySegment::mismatch Reviewed-by: mcimadamore ------------- PR: https://git.openjdk.org/jdk/pull/20848