-
**Version of emscripten/emsdk:**
emscripten/emsdk:3.1.56 (a little behind I know, but I couldn't see any recent changes that looked relevant. I will try updating soon.)
I think this is a follow up…
-
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)…
-
Greetings
I expected the LTO optimized kernels to be smaller because of the elimination of dead code, as described on https://www.llvm.org/docs/LinkTimeOptimization.html
However, the LTO optimiz…
-
It seems that custom `panic_fmt` that doesn't touches `Arguments` doesnt not help to strip all panic-related strings from final binary while compiling to wasm (either emscripten or wasm32-unknown-unkn…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
1、run ch q7
2、workload report error
### 2. What did you expect to…
-
The test `tests/run-make/wasm-panic-small` has been failing for some time now, at least when I run it. I had a quick skim through some Continuous Integration logs which seem to [report it as "ok"](htt…
-
This is from https://reviews.llvm.org/D145208.
`zero_copy_stream.h`:
```hpp
class ZeroCopyOutputStream {
public:
virtual void BackUp() = 0;
virtual bool AllowsAliasing() const { return fals…
-
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 am using LTO with Clang on many platforms with my Python compiler (https://nuitka.net) Nuitka.
On Windows, I didn't manage to get LTO to work, neither with winlibs, nor with the official Windows …
-
Just an experiment / meta issue to track Chromium build failures, for coordination, etc (it'll be a bit noisy).
Chromium-specific documentation: https://github.com/NixOS/nixpkgs/blob/master/pkgs/ap…