In Cargo.toml, the opt-level for `release` and `bench` was overridden to be 2. This was to work around a problem with LLVM 7. However, rust no longer uses LLVM 7, so this is no longer needed. This creates a small compile time regression in MIR constant eval, so I've added a #[inline(always)] on the `step` function used in const eval Also creates a binary size increase in wasm-stringify-ints-small, so I've bumped the limit there. |
||
|---|---|---|
| .. | ||
| llvm-outputs | ||
| rustc-macro-dep-files | ||
| thumb-none-cortex-m | ||
| thumb-none-qemu | ||
| wasm-custom-section | ||
| wasm-custom-sections-opt | ||
| wasm-export-all-symbols | ||
| wasm-import-module | ||
| wasm-panic-small | ||
| wasm-stringify-ints-small | ||
| wasm-symbols-different-module | ||
| wasm-symbols-not-exported | ||
| wasm-symbols-not-imported | ||
| git_clone_sha1.sh | ||