-
#### Summary:
After / during the feature/2.17 is merged, we need to figure out how to build rstanarm with LTO whenever possible.
#### Description:
Adding `-flto=8` to the ~/.R/Makevars reduce…
-
LTO (link time optimization) would be a great feature to have enabled. It allows more optimization beyond what the compiler itself is able to do because the linker has a more holistic view of the enti…
-
-
This is an issue at commit: 87ee0b46b834f67bad9025d4a82ed5654f3403d3
I tried enabling GCC LTO for PyTorch in this PR: https://github.com/pytorch/pytorch/pull/137866 and hit this warning that is treat…
-
When using `--experimental-lto-mode=full` `dsymutil` complains about not being able to find (intermediate?) object files created during the LTO process. Example:
```shell
$ git clone git@github.co…
-
### What version of gRPC and what language are you using?
1.51.0 via the python bindings.
### What operating system (Linux, Windows,...) and version?
Gentoo Linux (rolling release)
### Wha…
-
Hi guys, I was always wondering, how much faster is LTO optimized system compared to a default one. One can use Phoronix Test Suite, but I've created [simple self-made bash scripts](https://github.com…
-
It doesn't seem to respect c/ld/flags passed even with _FLAG_O_MATIC_ECLASS=1. At least with gcc, with clang it just fails at gn linkinking.
Is there any way to force it and actually test LTO?
-
Actually Zig isn't enabling LTO on release targets ( wasm32 in particular). Enabling it manually gives this warning during linking.
```bash
$ zig build run-clear -Dtarget=wasm32-emscripten -Doptim…
-
`lto` could be enabled for the release build.
This would slightly increase performance at the cost of longer build times:
https://doc.rust-lang.org/cargo/reference/profiles.html#lto
`cql-stress` …