-
Notifications
You must be signed in to change notification settings - Fork 13k
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 #135742
Miri subtree update #135742
Conversation
Automatic Rustup
Socket read/write cleanup
fix toolchain flag parsing
FD handling: avoid unnecessary dynamic downcasts
* Introduce UnblockKind enum to represent operation outcomes * Consolidate unblock/timeout methods into single callback interface * Update thread blocking system to use new callback mechanism * Refactor mutex and condvar implementations for new callback pattern Signed-off-by: shamb0 <r.raajey@gmail.com>
triagebot: enable merge conflict notification
epoll: avoid some clones
Automatic Rustup
…i-concurrency Concurrency: Generalize UnblockCallback to MachineCallback
Automatic Rustup
bump josh-proxy
Add FreeBSD maintainer; test all of Solarish
Added Android to `epoll` and `eventfd` test targets
Illumos: Added epoll and eventfd
Use deref_poiner_as instead of deref_pointer
Automatic Rustup
Automatic Rustup
The Miri subtree was changed cc @rust-lang/miri |
@bors r+ p=1 |
☀️ Test successful - checks-actions |
Finished benchmarking commit (9a1d156): 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 -3.0%, secondary 3.3%)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.
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: 765.299s -> 766.411s (0.15%) |
r? @ghost