-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
1. tiflash meet crash when running nto and tpcc workload
### 2. W…
-
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)…
-
Crater has a number of inefficiencies that can be resolved to make life better for everyone.
#### Impactful
- [x] https://github.com/rust-lang-nursery/crater/issues/96 - generate-lockfile does …
-
There are numerous test failures occurring on AIX during Phase 3 check-all similar to the following:
```
FAIL: Clang :: ClangScanDeps/modules-context-hash-outputs.c (2216 of 73547)
*************…
-
While working on reproducible builds for openSUSE, I found that
various rust packages produced different binaries in every build,
even when trying to run builds as similar as possible.
versions:
…
-
[The Computer Language Benchmarks Game](https://benchmarksgame.alioth.debian.org/) was on the Rust subreddit recently and while I checked out the numbers for Rust, I noticed that the Rust solution for…
-
The flag currently only controls the compiler options for MSVC/clang-cl: https://github.com/iree-org/iree/blob/7df397317736788046e02e5d8e821c498d7266da/build_tools/cmake/iree_copts.cmake#L371
If an…
-
When jumping to Linux version `6.4-rc2` I see these new warnings:
```
$ grep warning: build-log_6.4.0-rc2-1-amd64-clang16-kcfi.txt
...
115811:vmlinux.o: warning: objtool: set_ftrace_ops_ro+0x37: r…
-
I tried adding Link Time Optimization by adding `'-flto'` to CCFLAGS and LINKFLAGS in `src/SConscript`, it results in compiler warnings and eventually errors:
[libalm_gcc_lto_warnings_errors.txt](htt…
-
This was observed when building AOSP's external/libfuse/lib/fuse.c with ThinLTO. Here's a reproducer:
```
$ cat asm.c
__asm__("\t.symver " "fuse_loop_mt_32" "," "fuse_loop_mt@@FUSE_3.2");
int f…