List Question
20 TechQA 2021-05-19T16:47:14.667000Proper way of using link time opimization with source and assembly files?
449 views
Asked by Adam A.
Are two std::string_views refering to equal-comparing string literal always also equal?
341 views
Asked by glades
Using LTO with arm-none-eabi and newlib-nano
4.5k views
Asked by Timo
Can gfortran perform link time optimization that would result in inlining a pure function from different translation unit?
200 views
Asked by Adam Ryczkowski
How to conditionally enable ltcg only if Qt was built with ltcg?
802 views
Asked by Kuba hasn't forgotten Monica
always inline functions in different .so
514 views
Asked by dau_sama
Can LTO for gcc or clang optimize across C and C++ methods
2.4k views
Asked by BeeOnRope
Can you make a ".a" static lib containing both gcc and clang's IR code?
544 views
Asked by Mingye Wang
Python time optimization for finding distinct sets of elements
39 views
Asked by Mansour_hz
Does forward declaration fully remove the need for any #including for pointer types?
500 views
Asked by Physician
Clang: How to check if LTO was performed
2.6k views
Asked by mrks
arm-none-eabi-g++ does not correctly handle weak alias with -flto
1.3k views
Asked by Alexander Daum
Link-time optimization: What is "type merging"
93 views
Asked by ThomasMcLeod
With whole-program-optimization turned on, is inlining affected by where a method is implemented?
436 views
Asked by Danra
Can nvlink inline device functions from separate compilation units?
144 views
Asked by user1823664
Why does link-time optimization cause a segmentation fault?
561 views
Asked by Benjamin Bihler
ArmClang/ArmLink LTO removes object with __attribute__((used))
571 views
Asked by Clifford
GCC -flto and inline keyword
2.1k views
Asked by Fredrik
What are use cases for GCC's `-fuse-linker-plugin`?
432 views
Asked by shuhalo
Does monolithic link-time optimization work with static libraries?
438 views
Asked by meisel