-
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)…
-
Stack guards, LTO/ThinLTO, debug symbols, etc.
cc @mattklein123 @htuch @alyssawilk @lizan
-
| | |
|--------------------|----|
| Bugzilla Link | [PR42210](https://bugs.llvm.org/show_bug.cgi?id=42210) |
| Status | NEW |
| Importance | P enhancemen…
-
| | |
| --- | --- |
| Bugzilla Link | [33657](https://llvm.org/bz33657) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
LTO will apply the glo…
-
| | |
| --- | --- |
| Bugzilla Link | [33604](https://llvm.org/bz33604) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @vns-mn,@joker-eph,@pcc |
## Extended Desc…
-
Hi!
I noticed that in the `Cargo.toml` files for Cargo extensions Link-Time Optimization (LTO) is not enabled. I suggest switching it on since it will reduce the binary size (always a good thing to…
-
Hi!
Just read your [article](https://blog.yossarian.net/2024/10/27/Now-you-can-have-beautiful-clean-workflows) about the tool - I highly appreciate such a tool since I am also a person who is inter…
-
| | |
| --- | --- |
| Bugzilla Link | [42210](https://llvm.org/bz42210) |
| Version | trunk |
| OS | Linux |
| CC | @huntergr-arm,@zmodem,@karka228,@rengolin,@sdesmalen-arm |
## Extended Descriptio…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR46692](https://bugs.llvm.org/show_bug.cgi?id=46692) |
| Status | CONFIRMED |
| Importance | P norm…
-
After #285, I'd like to move one step further: by compiling packages entirely separately and doing optimizations across packages using ThinLTO (or, optionally, full LTO if desired). The main benefit i…