Integrated: 8341784: Refactor TypeVect to use a BasicType instead of a const Type*
Quan Anh Mai
qamai at openjdk.org
Fri Oct 11 15:31:19 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.
This pull request has now been integrated.
Changeset: 7276a1be
Author: Quan Anh Mai <qamai at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7276a1bec0d90f63e9e433fdcdfd6564b70dc9bb
Stats: 208 lines in 18 files changed: 3 ins; 77 del; 128 mod
8341784: Refactor TypeVect to use a BasicType instead of a const Type*
Reviewed-by: kvn, jkarthikeyan
-------------
PR: https://git.openjdk.org/jdk/pull/21414
More information about the hotspot-compiler-dev
mailing list