RFR: 8344607: Link Time Optimization - basic support for clang

Julian Waters jwaters at openjdk.org
Thu Nov 28 08:17:38 UTC 2024


On Thu, 28 Nov 2024 07:52:37 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> Hi Julian, the assembler local labels seem to work (see current commit). If this approach is used, we probably need a comment about this ? Btw. the NOINLINE is most likely okay too, this function does not need to be inlined I think .

Feel free to add a comment about why local labels were used. Although, if this is the approach we're going with, NOINLINE would become redundant since the problem goes away once local labels are used

-------------

PR Comment: https://git.openjdk.org/jdk/pull/22412#issuecomment-2505498865


More information about the build-dev mailing list