-
### Zig Version
0.13.0
### Steps to Reproduce and Observed Behavior
Attempting to use ``zig cc`` or ``zig c++`` with the ``-flto=thin`` flag always results in using full lto. This is a problem for…
TCROC updated
2 weeks ago
-
Hi!
I found that LTO for the project was enabled in [this](https://github.com/wcampbell0x2a/zerus/commit/048e24f2f9c833605df02350f21dc31abf651ccd) commit but later was disabled [here](https://githu…
-
On Android, both the builtins archive and `libc.so` expose `__aeabi_uidiv`. Normally, when generating a shared library, LLD links `__aeabi_uidiv` from the builtins archive because it comes first on th…
-
Another [feature suggestion](https://reviews.llvm.org/D119296#3684022) from @lvwr:
> When LTO is used, hashes may be suppressed for non-local + non-address taken functions.
This would work similar…
-
Hi!
I noticed that in the `Cargo.toml` [file](https://github.com/brutusyhy/polars-explorer/blob/main/polars-explorer/src-tauri/Cargo.toml) Link-Time Optimization (LTO) for the project is not enable…
-
Hi!
I noticed that in the `Cargo.toml` file Link-Time Optimization (LTO) for the project is not enabled. I suggest switching it on since it will reduce the binary size (always a good thing to have)…
-
While building a very large commonly used C++ game engine with `-flto=full` and `-fprofile-instr-generate` we're seeing a very large slowdown in IR link times, causing the total LTO build time to go f…
-
| | |
| --- | --- |
| Bugzilla Link | [33752](https://llvm.org/bz33752) |
| Version | trunk |
| OS | Linux |
| CC | @eugenis |
## Extended Description
$ cat term.cpp
namespace test0 {
void foo() {…
-
| | |
| --- | --- |
| Bugzilla Link | [37532](https://llvm.org/bz37532) |
| Version | trunk |
| OS | Linux |
| CC | @hahnjo,@pogo59 |
## Extended Description
The following patch changes FileCheck'…
-
Hi!
I noticed that in the `Cargo.toml` file Link-Time Optimization (LTO) for the project is not enabled. I suggest switching it on since it will reduce the binary size (always a good thing to have)…