-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add opt-level = "s"
for more std symbolication crates
#139215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
rustbot has assigned @Mark-Simulacrum. Use |
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
Add `opt-level = "s"` for more std symbolication crates This reduces the size of a hello world binary built by stage 1 in release by a few kilobytes
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (16fa9f3): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never Instruction countThis is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)Results (primary -0.7%, secondary -2.0%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (primary -0.8%, secondary 2.2%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeResults (primary -0.4%, secondary -1.8%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Bootstrap: 774.818s -> 774.26s (-0.07%) |
312694a
to
4c92418
Compare
Great! Binary and cycle improvements and no regressions! @bors r+ rollup |
Rollup of 5 pull requests Successful merges: - rust-lang#139178 (Remove cjgillot from automated review assignment) - rust-lang#139184 (Add unstable `--print=crate-root-lint-levels`) - rust-lang#139215 (Add `opt-level = "s"` for more std symbolication crates) - rust-lang#139232 (Move methods from `Map` to `TyCtxt`, part 5.) - rust-lang#139239 (Remove `aux_build` run-make rustc helpers) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#139215 - clubby789:std-size-tweaks, r=joboet Add `opt-level = "s"` for more std symbolication crates This reduces the size of a hello world binary built by stage 1 in release by a few kilobytes
Add `opt-level = "s"` for more std symbolication crates This reduces the size of a hello world binary built by stage 1 in release by a few kilobytes
This reduces the size of a hello world binary built by stage 1 in release by a few kilobytes