-
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
Miri on Windows: run .CRT$XLB linker section on thread-end #123937
Conversation
The Miri subtree was changed cc @rust-lang/miri |
e3c50f7
to
5934aaa
Compare
Rather than |
I don't have the time to design and implement such a feature, sorry. |
With the first commit you should be able to remove the miri special case at rust/library/std/src/sys/pal/unix/args.rs Line 105 in 5934aaa
|
I haven't taken your entire commit, only the part that turns link_section into an array. So I can't remove that special case, no -- that could be done in a future PR. This is intended to be a targeted fix for the Windows issue that makes rustc CI spuriously fail. |
@bors r+ rollup |
@bors p=1 |
☀️ Test successful - checks-actions |
Finished benchmarking commit (0230848): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. 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: 677.082s -> 676.684s (-0.06%) |
Hopefully fixes #123583
First commit is originally by @bjorn3
r? @oli-obk
Cc @ChrisDenton