RFR: 8365205: C2: Optimize popcount value computation using knownbits [v4]
Jatin Bhateja
jbhateja at openjdk.org
Wed Sep 10 12:25:27 UTC 2025
> This patch optimizes PopCount value transforms using KnownBits information.
> Following are the results of the micro-benchmark included with the patch
>
>
>
> System: 13th Gen Intel(R) Core(TM) i3-1315U
>
> Baseline:
> Benchmark Mode Cnt Score Error Units
> PopCountValueTransform.LogicFoldingKerenLong thrpt 2 215460.670 ops/s
> PopCountValueTransform.LogicFoldingKerenlInt thrpt 2 294014.826 ops/s
> PopCountValueTransform.StockKernelInt thrpt 2 409295.875 ops/s
> PopCountValueTransform.StockKernelLong thrpt 2 368025.608 ops/s
>
> Withopt:
> Benchmark Mode Cnt Score Error Units
> PopCountValueTransform.LogicFoldingKerenLong thrpt 2 389978.082 ops/s
> PopCountValueTransform.LogicFoldingKerenlInt thrpt 2 417261.583 ops/s
> PopCountValueTransform.StockKernelInt thrpt 2 418649.269 ops/s
> PopCountValueTransform.StockKernelLong thrpt 2 381330.221 ops/s
>
>
> Kindly review and share your feedback.
>
> Best Regards,
> Jatin
Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:
Update src/hotspot/share/opto/countbitsnode.cpp
Co-authored-by: Emanuel Peter <emanuel.peter at oracle.com>
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/27075/files
- new: https://git.openjdk.org/jdk/pull/27075/files/52ae6bc8..36ecb5d1
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=27075&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=27075&range=02-03
Stats: 31 lines in 1 file changed: 0 ins; 12 del; 19 mod
Patch: https://git.openjdk.org/jdk/pull/27075.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/27075/head:pull/27075
PR: https://git.openjdk.org/jdk/pull/27075
More information about the hotspot-compiler-dev
mailing list