-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 subtree update #121936
Miri subtree update #121936
Conversation
Rustup Let's see if rust-lang#121114 gets perf back to the old level.
more dealing with macOS CI runners being slow 500ms seems to still sometimes not enough... so let's double it...
Automatic Rustup also fixes rust-lang/miri#3308
…=RalfJung tree borrows: add a test to sb_fails This is something that happens in the wild (rust-lang#121626), so TB accepting this is good. Let's make sure we notice if this ever changes.
./miri many-seeds: support MIRI_SEED_END to control the end of the seed range
Fix miri.bat not bailing early on error There is a logical error in the batch script that I did not think about. Currently, if the build step for miri-script fails, it will continue on and attempt to execute the next line. This will either lead to a file not found error, or running an old miri-script. With this, it will bail upon erroring in the build step.
Automatic Rustup
add mpsc memory leak to trophy case
remove a wrong bitwise negation This is a silly mistake I introduced in rust-lang/miri@a1233a7.
Automatic Rustup
Rustup Also add regression test for rust-lang#121508.
…RalfJung print thread name in miri error backtraces; add option to track read/write accesses This came up while debugging rust-lang#121626. It didn't end up being useful there but still seems like good tools to have around.
…king less verbose
Tree Borrows diagnostic improvements print where the forbidden access happens; make tag tracking less verbose
Add -Zmiri-track-alloc-accesses to readme and fix its wording I forgot that yesterday...
Windows: support getting the thread name Also organize the thread name tests a bit.
The Miri subtree was changed cc @rust-lang/miri |
@bors r+ p=1 |
☀️ Test successful - checks-actions |
Finished benchmarking commit (279c9ba): 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: 649.996s -> 649.358s (-0.10%) |
r? @ghost