[lworld+vector] RFR: 8314980: [lworld+vector] consider scalarization conditions during ciMultiField creation. [v7]

Xiaohong Gong xgong at openjdk.org
Tue Sep 5 02:07:00 UTC 2023


On Tue, 5 Sep 2023 00:34:25 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

>> Patch adds a new API _ciEnv::is_multifield_scalarized_, to scalarize multifield (ciField[s]) in case target vector cannot accommodate multifield bundle size, else it creates a hierarchical structure ciMultiField and expose entire multifield bundle as one field to C2 compiler.
>> 
>> This cleans up special handling done in C2 compiler, ci field query APIs and object reconstruction handling  at SafePoint.
>> 
>> Please review and share your feedback.
>> 
>> Best Regards,
>> Jatin
>
> Jatin Bhateja has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - Minor cleanup
>  - Check to ensure C1 compiler only build is successful.

Marked as reviewed by xgong (Committer).

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

PR Review: https://git.openjdk.org/valhalla/pull/918#pullrequestreview-1610081306



More information about the valhalla-dev mailing list