RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v54]
Quan Anh Mai
qamai at openjdk.org
Thu May 1 16:05:03 UTC 2025
On Thu, 1 May 2025 15:03:25 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> It only gets printed when we print verbose the `TypeInt` instance, for normal `dump` bit information is not present.
>
> Hmm, maybe we can find some way to only print the bits if they give "additional information" that is not given by the ranges. Otherwise, we would not print alignment information, and that's quite a shame.
Maybe that's worth thinking about, the thing is that bit information is exceptionally long and may not be universally interesting. I think we can think more about it later. My rough idea is that it may be better to print it when it is interesting. For example, we can print alignment properties at the memory access.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17508#discussion_r2070451373
More information about the hotspot-compiler-dev
mailing list