RFR: 8341784: Refactor TypeVect to use a BasicType instead of a const Type* [v2]

Quan Anh Mai qamai at openjdk.org
Wed Oct 9 17:12:33 UTC 2024


> Hi,
> 
> This patch refactors `TypeVect` to use a `BasicType` instead of a `const Type*` as our current implementation. This conveys the element information in a clearer and safer manner.
> 
> Please take a look and leave your reviews,
> Thanks a lot.

Quan Anh Mai has updated the pull request incrementally with one additional commit since the last revision:

  style changes

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/21414/files
  - new: https://git.openjdk.org/jdk/pull/21414/files/78b88e46..90f11d40

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

  Stats: 22 lines in 2 files changed: 1 ins; 6 del; 15 mod
  Patch: https://git.openjdk.org/jdk/pull/21414.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/21414/head:pull/21414

PR: https://git.openjdk.org/jdk/pull/21414


More information about the hotspot-compiler-dev mailing list