RFR: 8342967: Lambda deduplication fails with non-metafactory BSMs and mismatched local variables names [v2]
Maurizio Cimadamore
mcimadamore at openjdk.org
Fri Oct 25 15:14:10 UTC 2024
On Fri, 25 Oct 2024 13:26:17 GMT, Vicente Romero <vromero at openjdk.org> wrote:
> side: not sure if the dedup effort is worthy at the end in terms of performance / class file reduction / maintenance
Good point - these deduplication tests are rather painful to maintain every time the compiler is changed (I had to fight with them as well when writing the revamped backend support for flexible constructor bodies). I share the general feeling of a slightly negative cost vs. benefit ratio -- but I don't have any backing evidence (maybe we should gather that up).
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21687#issuecomment-2438087221
More information about the compiler-dev
mailing list