-
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)…
-
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)…
-
Hi!
Here I want to discuss the idea of adding to Buck2 explicit support for building applications with Profile-Guided Optimization (PGO). According to many [articles and benchmarks](https://github.…
-
Hi!
I did a lot of Profile-Guided Optimization (PGO) benchmarks recently on different kinds of software - all currently available results are located at https://github.com/zamazan4ik/awesome-pgo . …
-
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)…
-
Started on an update to https://github.com/Marwes/combine after it being dormant for a while. When I ran the benchmarks to check that my changes hadn't regressed the performance I noticed that perform…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR33008](https://bugs.llvm.org/show_bug.cgi?id=33008) |
| Status | NEW |
| Importance | P normal |
|…
-
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)…
-
| | |
| --- | --- |
| Bugzilla Link | [52232](https://llvm.org/bz52232) |
| Version | trunk |
| OS | Linux |
| CC | @agrieve,@DanielKristofKiss,@dwblaikie |
## Extended Description
Buildin…
-
Ever since #122778 `llvmPackages_*.stdenv` and `llvmPackages_*.libcxxStdenv` respects `stdenv.hostPlatform.linker`. This means that it'll be using `ld.bfd` on Linux and `cctools` on macOS.
This has…