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

Quan Anh Mai qamai at openjdk.org
Fri Oct 11 15:31:17 UTC 2024


On Thu, 10 Oct 2024 01:09:06 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.
>
> Quan Anh Mai has updated the pull request incrementally with one additional commit since the last revision:
> 
>   more style changes

Thanks a lot for your reviews

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

PR Comment: https://git.openjdk.org/jdk/pull/21414#issuecomment-2407651084


More information about the hotspot-compiler-dev mailing list