-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Don't modify libstd to dump rustc ICEs #115627
Conversation
This comment has been minimized.
This comment has been minimized.
@bors rollup=never (perf may show a binary size reduction) |
@bors r+ |
Is the previous change in beta? Should we consider backporting this? |
Not clear who'll be responsible for beta-accepting this -- guess we'll see who gets to it first, libs or compiler 😅 |
From a libs point of view this is simply a revert, right? |
☀️ Test successful - checks-actions |
Finished benchmarking commit (42f5828): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis 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.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 631.446s -> 631.582s (0.02%) |
Let's go for consensus -- libs approved today on zulip, pending compiler approval. |
[beta] backports - Fix a pthread_t handle leak rust-lang#114696 - MCP661: Move wasm32-wasi-preview1-threads target to Tier 2 rust-lang#115345 - Don't modify libstd to dump rustc ICEs rust-lang#115627 - Paper over an accidental regression rust-lang#115844 - Update to LLVM 17.0.0 rust-lang#115959 r? cuviper
Do a much simpler thing and just dump a
std::backtrace::Backtrace
to file.r? @estebank @oli-obk
Fixes #115610