RFR: 8282874: Bad performance on gather/scatter API caused by different IntSpecies of indexMap

Joshua Zhu jzhu at openjdk.java.net
Sat Mar 12 10:34:45 UTC 2022


On Wed, 9 Mar 2022 12:33:49 GMT, Joshua Zhu <jzhu at openjdk.org> wrote:

> I came across a performance issue when using scatter store VectorAPI for Integer and Long in the same application. The poor performance was caused by vector intrinsic inlining failure because of non-determined IntSpecies for a constant VectorShape of IndexMap in this scenario.
> As discussion at https://github.com/openjdk/jdk/pull/7721 , I change the code in VectorAPI.
> Please help review.

Thanks Paul and FuJie.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7757


More information about the hotspot-dev mailing list