RFR: 8341784: Refactor TypeVect to use a BasicType instead of a const Type*
Vladimir Kozlov
kvn at openjdk.org
Wed Oct 9 16:59:01 UTC 2024
On Tue, 8 Oct 2024 19:46:12 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:
> 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.
My testing passed.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21414#issuecomment-2402839331
More information about the hotspot-compiler-dev
mailing list