StackOverflow Questions for Tag: link-time-optimization

Angelicos Phosphoros
Angelicos Phosphoros

Reputation: 3083

How to do cross-language LTO (link time optimization) on Windows using clang-cl and Rust?

Score: 1

Views: 166

Answers: 1

Read More
Tim Williams
Tim Williams

Reputation: 13

GCC -fLTO and the warning "inline function 'Foo()' used but never defined."

Score: 0

Views: 33

Answers: 0

Read More
Alexander Daum
Alexander Daum

Reputation: 741

arm-none-eabi-g++ does not correctly handle weak alias with -flto

Score: 4

Views: 1573

Answers: 3

Read More
Clifford
Clifford

Reputation: 93566

ArmClang/ArmLink LTO removes object with __attribute__((used))

Score: 1

Views: 912

Answers: 2

Read More
Mansour_hz
Mansour_hz

Reputation: 3

Python time optimization for finding distinct sets of elements

Score: 0

Views: 24

Answers: 1

Read More
glades
glades

Reputation: 4892

Are two std::string_views refering to equal-comparing string literal always also equal?

Score: -1

Views: 900

Answers: 2

Read More
shuhalo
shuhalo

Reputation: 6482

What are use cases for GCC's `-fuse-linker-plugin`?

Score: 0

Views: 656

Answers: 0

Read More
Physician
Physician

Reputation: 483

Does forward declaration fully remove the need for any #including for pointer types?

Score: 3

Views: 609

Answers: 2

Read More
Jepessen
Jepessen

Reputation: 12445

INTERPROCEDURAL_OPTIMIZATION not set even if check_ipo_supported() works in CMake

Score: 9

Views: 4060

Answers: 2

Read More
Benjamin Bihler
Benjamin Bihler

Reputation: 2073

Why does link-time optimization cause a segmentation fault?

Score: 5

Views: 607

Answers: 0

Read More
Adam A.
Adam A.

Reputation: 502

Proper way of using link time opimization with source and assembly files?

Score: 1

Views: 535

Answers: 0

Read More
Mingye Wang
Mingye Wang

Reputation: 1384

Can you make a ".a" static lib containing both gcc and clang's IR code?

Score: 3

Views: 545

Answers: 0

Read More
meisel
meisel

Reputation: 2455

Does monolithic link-time optimization work with static libraries?

Score: 1

Views: 491

Answers: 1

Read More
Xeverous
Xeverous

Reputation: 1014

Is LTO allowed to remove unused global object if there is code in a different translation unit relying on side effects of its construction?

Score: 3

Views: 1194

Answers: 3

Read More
Steven
Steven

Reputation: 219

Undefined reference with link time optimization and --as-needed ld flag

Score: 3

Views: 1386

Answers: 0

Read More
mrks
mrks

Reputation: 8343

Clang: How to check if LTO was performed

Score: 6

Views: 3459

Answers: 2

Read More

How to conditionally enable ltcg only if Qt was built with ltcg?

Score: 2

Views: 888

Answers: 1

Read More
Adam Ryczkowski
Adam Ryczkowski

Reputation: 8074

Can gfortran perform link time optimization that would result in inlining a pure function from different translation unit?

Score: 0

Views: 203

Answers: 0

Read More
user1823664
user1823664

Reputation: 1095

Can nvlink inline device functions from separate compilation units?

Score: 0

Views: 140

Answers: 1

Read More
Timo
Timo

Reputation: 881

Using LTO with arm-none-eabi and newlib-nano

Score: 3

Views: 4983

Answers: 1

Read More
PreviousPage 1Next