RFR: 8345265: Minor improvements for LTO across all compilers [v2]
Julian Waters
jwaters at openjdk.org
Mon Nov 24 08:03:44 UTC 2025
On Sun, 23 Nov 2025 22:35:53 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> Just curious, how did you check that the “no omit frame pointer” option is needed? Did you see any test failures?
gcc documentation states that you typically need to pass the same options to the link step from the compile step, since the linker when LTO is active is actually the compiler in disguise.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22464#issuecomment-3569393733
More information about the build-dev
mailing list