Re: RFR: 8339531: Improve performance of MemorySegment::mismatch [v6]

2024-09-05 Thread Per Minborg
On Wed, 4 Sep 2024 10:14:30 GMT, Maurizio Cimadamore wrote: >> Per Minborg has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Consolidate logic in one method > > src/java.base/share/classes/jdk/internal/foreign/SegmentBulkOperations.java

Re: RFR: 8339531: Improve performance of MemorySegment::mismatch [v6]

2024-09-05 Thread Per Minborg
> 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 -