link-time-optimization Questions
2
I've the following project in CMake 3.14.0, that builds a project for Visual Studio 2017 64 bit generator (minimum version is 3.10.0 because other developer can have previous versions of CMake, but...
Momentary asked 6/6, 2019 at 7:49
2
Solved
For gcc, this answer tells us how we can verify that Link-Time Optimization was performed. For clang, I cannot see any entries similar to .gnu.lto.
More specifically, I have a binary where I am qu...
Generalize asked 26/6, 2018 at 17:21
1
Solved
If link-time optimization (LTO) is being used with gcc or clang, is it possible that code can be optimized across the C and C++ language boundary?
For example, can a C function be inlined into a C...
Misappropriate asked 30/12, 2017 at 3:37
1
© 2022 - 2024 — McMap. All rights reserved.