-
Hi!
I noticed that Link-Time Optimization (LTO) is not enabled for Oxen. I suggest switching it on since it will reduce the binary size (always a good thing to have) and will likely improve the app…
-
Hi!
I noticed that in the build scripts 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) and…
-
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)…
-
I found two parameters about wear in LTO SCSI documentation, namely "Begining of medium passes" and "Middle of tape passes".
But I wrote the entire tape and found that there was no change in these …
-
Hi!
Recently I found that LTO is disabled for some reason in the Release profile: https://github.com/soehrl/tracing-tape/blob/main/Cargo.toml#L16 . Could you please elaborate a bit on the reason fo…
-
### 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 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)…
-
LTO is faster, seems nice? Unfortunately, I tried and I can't build it on the RoboRIO directly... so, will need to cross-compile it on the host, which will require a three part build to do LTO + profi…
-
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)…
-
In the readme you said
> ## What isn't yet supported?
> * [...]
> * LTO - although it's not clear that this is practical to be done incrementally
> * [...]
I've got two comments about this:
…