RFR: 8325859: potential information loss during type inference [v3]
Maurizio Cimadamore
mcimadamore at openjdk.org
Thu May 15 17:58:51 UTC 2025
On Thu, 15 May 2025 17:15:25 GMT, Vicente Romero <vromero at openjdk.org> wrote:
> Actually I think that one of our performance tests failed and that was why I had to introduce this visitor if I recall correctly
I wanted to ask about this -- e.g. how much fixing this undoes the benefit of minimization. It seems we're in tricky territory.
Now, the problem with the visitor is that it picks up any type-variables -- it should at least filter out class type-variables and focus on method type-variables.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25011#discussion_r2091708453
More information about the compiler-dev
mailing list