Re: RFR: 8352075: Perf regression accessing fields [v4]

2025-05-04 Thread Radim Vansa
> This optimization is a followup to https://github.com/openjdk/jdk/pull/24290 > trying to reduce the performance regression in some scenarios introduced in > https://bugs.openjdk.org/browse/JDK-8292818 . Based both on performance and > memory consumption it is a (better) alternative to > https

Re: RFR: 8352075: Perf regression accessing fields [v3]

2025-05-04 Thread Radim Vansa
On Mon, 28 Apr 2025 07:44:04 GMT, Radim Vansa wrote: >> This optimization is a followup to https://github.com/openjdk/jdk/pull/24290 >> trying to reduce the performance regression in some scenarios introduced in >> https://bugs.openjdk.org/browse/JDK-8292818 . Based both on performance and >>

Re: RFR: 8352075: Perf regression accessing fields [v3]

2025-05-04 Thread Radim Vansa
On Wed, 30 Apr 2025 20:19:50 GMT, Frederic Parain wrote: >> Radim Vansa has updated the pull request incrementally with three additional >> commits since the last revision: >> >> - Fix VerifyRawIndexesTest >> - Fix reordering in layout and annotations >> - Use qsort_r for different platforms

Re: RFR: 8352075: Perf regression accessing fields [v3]

2025-05-04 Thread Radim Vansa
On Wed, 30 Apr 2025 20:12:17 GMT, Frederic Parain wrote: >> Radim Vansa has updated the pull request incrementally with three additional >> commits since the last revision: >> >> - Fix VerifyRawIndexesTest >> - Fix reordering in layout and annotations >> - Use qsort_r for different platforms