RFR: 8351965: [leyden] Skip C2 AOT code if C2 preload AOT code trapped [v6]
Vladimir Ivanov
vlivanov at openjdk.org
Fri Mar 21 23:54:28 UTC 2025
On Fri, 21 Mar 2025 23:46:09 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> We generate more AOT code with this. With one task request before I don't generate second "normal" version if code does not have init barriers. Now we generate 2 copies of the same code. May be this is fine performance vise but not space saving.
It sounds like a good optimization, but now there are more divergences in generated code (reduction in uncommon trap usage). In a future, I'd expect more distinctions to be introduced.
-------------
PR Comment: https://git.openjdk.org/leyden/pull/48#issuecomment-2744693996
More information about the leyden-dev
mailing list