-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Miri subtree update #140664
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 #140664
Conversation
move EnvVars::cleanup into the main-thread-exit handler
Make thread scheduling fully random
add -Zmiri-deterministic-concurrency flag and use it for concurrency tests
Automatic Rustup
TB: add `Cell` state to support more fine-grained tracking of interior mutable data
add ./miri squash
…ctional). - Add a cargo feature to enable GenMC support (off by default) - Add support for GenMC datastructures to MiriMachine - Adjust several functions where GenMC needs to be informed about relevant events (e.g., atomic accesses) - Add skeleton code for parsing GenMC command line arguments - Some cleanup - Finish sentences with a `.` - Fix some spelling errors/typos Co-authored-by: Ralf Jung <post@ralfj.de>
GenMC implementation initial changes
Previously, the pointee type would be behind a `*const` pointer, so `ty_is_freeze` would always be `true`, even if there was an `UnsafeCell` in `Box`.
Automatic Rustup
…s-unique Remove -Zunique-is-unique
…e-box Tree Borrows: Correctly handle interior mutable data in `Box`
…more aggressively
move tests that are identical between SB and TB to shared files
alloc_addresses: when we are running out of addresses, start reusing more aggressively
The Miri subtree was changed cc @rust-lang/miri |
@bors r+ p=1 |
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 0f73f0f (parent) -> 2e6882a (this PR) Test differencesNo test diffs found Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 2e6882ac5be27a73293d6f7ae56397fdf32848de --output-dir test-dashboard And then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
Finished benchmarking commit (2e6882a): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression 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.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.4%)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 sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 770.361s -> 770.068s (-0.04%) |
r? @ghost