rust/src/test/run-make/wasm-stringify-ints-small
Gregor Peach 0d52c562db Change opt-level from 2 back to 3
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.
2020-01-30 15:40:14 -05:00
..
foo.rs Don't shadow the provided stringify! macro in a wasm code size test case 2019-02-08 10:09:36 +01:00
Makefile Change opt-level from 2 back to 3 2020-01-30 15:40:14 -05:00