You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
especially on thermal-limited systems such as laptops
52
55
@@ -55,11 +58,10 @@ reproducible:
55
58
If `x` or the cargo benchmark harness get in the way it can be useful to extract the benchmark into a separate crate,
56
59
e.g. to run it under `perf stat` or cachegrind.
57
60
58
-
Build and link the [stage1](https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#creating-a-rustup-toolchain)
59
-
compiler as rustup toolchain and then use that to build the standalone benchmark with a modified standard library.
61
+
Build the standard library and link [stage0-sysroot](https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#creating-a-rustup-toolchain)
62
+
as rustup toolchain and then use that to build the standalone benchmark with a modified standard library.
60
63
61
-
[Currently](https://github.com/rust-lang/rust/issues/101691) there is no convenient way to invoke a stage0 toolchain with
62
-
a modified standard library. To avoid the compiler rebuild it can be useful to not only extract the benchmark but also
64
+
If the std rebuild times are too long for fast iteration it can be useful to not only extract the benchmark but also
0 commit comments