RFR: 8339531: Improve performance of MemorySegment::mismatch [v6]
Per Minborg
pminborg at openjdk.org
Thu Sep 5 13:02:30 UTC 2024
> 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:
Consolidate logic in one method
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/20848/files
- new: https://git.openjdk.org/jdk/pull/20848/files/390c1ee3..24706141
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=20848&range=05
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=20848&range=04-05
Stats: 92 lines in 1 file changed: 42 ins; 38 del; 12 mod
Patch: https://git.openjdk.org/jdk/pull/20848.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20848/head:pull/20848
PR: https://git.openjdk.org/jdk/pull/20848
More information about the core-libs-dev
mailing list