List Question
20 TechQA 2023-07-26T08:17:05.363000Python time optimization for finding distinct sets of elements
39 views
Asked by Mansour_hz
Are two std::string_views refering to equal-comparing string literal always also equal?
341 views
Asked by glades
What are use cases for GCC's `-fuse-linker-plugin`?
432 views
Asked by shuhalo
ArmClang/ArmLink LTO removes object with __attribute__((used))
571 views
Asked by Clifford
Does forward declaration fully remove the need for any #including for pointer types?
500 views
Asked by Physician
Why does link-time optimization cause a segmentation fault?
561 views
Asked by Benjamin Bihler
Proper way of using link time opimization with source and assembly files?
449 views
Asked by Adam A.
Does monolithic link-time optimization work with static libraries?
438 views
Asked by meisel
INTERPROCEDURAL_OPTIMIZATION not set even if check_ipo_supported() works in CMake
3.4k views
Asked by Jepessen
Undefined reference with link time optimization and --as-needed ld flag
1.1k views
Asked by Steven
arm-none-eabi-g++ does not correctly handle weak alias with -flto
1.3k views
Asked by Alexander Daum
How to conditionally enable ltcg only if Qt was built with ltcg?
802 views
Asked by Kuba hasn't forgotten Monica
Can gfortran perform link time optimization that would result in inlining a pure function from different translation unit?
200 views
Asked by Adam Ryczkowski
Can nvlink inline device functions from separate compilation units?
144 views
Asked by user1823664
Clang: How to check if LTO was performed
2.6k views
Asked by mrks
Using LTO with arm-none-eabi and newlib-nano
4.5k views
Asked by Timo
GCC -flto and inline keyword
2.1k views
Asked by Fredrik
Can you make a ".a" static lib containing both gcc and clang's IR code?
544 views
Asked by Mingye Wang
Can LTO for gcc or clang optimize across C and C++ methods
2.4k views
Asked by BeeOnRope