-
Stack guards, LTO/ThinLTO, debug symbols, etc.
cc @mattklein123 @htuch @alyssawilk @lizan
-
Hi,
Im reporting this issue for @loathingKernel .
He is currently facing a issue, that the kernel built with thin lto is having a dmesg regression.
This issue is according him not present with a …
-
Joey Riches (#joebonrichie), 2022-09-19 15:06:43 UTC
Clang startup is very slow compared to gcc, for example:
`perf stat -r 10 clang -v` : avg. time 0.012593
`perf stat…
-
### Describe the feature or issue.
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 binar…
-
**Is your feature request related to a problem? Please describe.**
Not a problem - just a performance improvement idea.
**Describe the solution you'd like**
I noticed that in the `Cargo.toml` fil…
-
distcc can be useful when you have Gentoo/perform development on thin host (Raspberry Pi, Laptop...) and offload the heavy job to server. However such benefits would be nullified when attempting to us…
-
| | |
| --- | --- |
| 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…
-
| | |
| --- | --- |
| Bugzilla Link | [39179](https://llvm.org/bz39179) |
| Version | trunk |
| OS | Windows NT |
| CC | @andykaylor,@dwblaikie,@Theodor,@pogo59,@pcc,@yuanfang-chen |
## Extended De…
-
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)…