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

Emanuel Peter epeter at openjdk.org
Mon Oct 21 08:24:26 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

Ah, I guess that is generally the letter we use when passing longs, like in method signatures. And that is because `L` is already taken for objects. Oh well, makes sense now 😆

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

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


More information about the hotspot-compiler-dev mailing list