[lworld] RFR: 8311219: [lworld] VM option "InlineFieldMaxFlatSize" cannot work well [v2]
Xiaohong Gong
xgong at openjdk.org
Thu Aug 17 01:53:46 UTC 2023
On Thu, 10 Aug 2023 11:47:59 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
> Just going slightly off the topic, in context of Vector APIs (lworld+vector) all the payloads are final primitive class fields and will always be flattened in their respective boxes.
Sorry for my late reply! And yes, the payloads in Vector APIs are always be flattened for current vector size. What my concern is the larger vector size like in Arm SVE after we support the SPECIES_MAX vectors, and the expected behavior/difference if people set a smaller max flat size with `InlineFieldMaxFlatSize`.
Thanks,
Xiaohong
-------------
PR Comment: https://git.openjdk.org/valhalla/pull/888#issuecomment-1681491120
More information about the valhalla-dev
mailing list