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

Jatin Bhateja jbhateja at openjdk.org
Fri Aug 25 05:10:04 UTC 2023


> 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 one additional commit since the last revision:

  Remove unused function declaration.

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

Changes:
  - all: https://git.openjdk.org/valhalla/pull/918/files
  - new: https://git.openjdk.org/valhalla/pull/918/files/08affc11..7bad3292

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=valhalla&pr=918&range=01
 - incr: https://webrevs.openjdk.org/?repo=valhalla&pr=918&range=00-01

  Stats: 2 lines in 1 file changed: 0 ins; 2 del; 0 mod
  Patch: https://git.openjdk.org/valhalla/pull/918.diff
  Fetch: git fetch https://git.openjdk.org/valhalla.git pull/918/head:pull/918

PR: https://git.openjdk.org/valhalla/pull/918



More information about the valhalla-dev mailing list