RFR: 8315066: Add unsigned bounds and known bits to TypeInt/Long [v54]
Emanuel Peter
epeter at openjdk.org
Fri May 2 14:02:05 UTC 2025
On Thu, 1 May 2025 16:01:41 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:
>> 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.
Yes, we can always improve printing in a later RFE :)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17508#discussion_r2071656709
More information about the hotspot-compiler-dev
mailing list