-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Revert "Change prefetch to avoid deadlock" #121910
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
base: master
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #137535) made this pull request unmergeable. Please resolve the merge conflicts. |
This reverts commit 8870768.
@Zoxc I assume the You and cc: @matthiaskrgr probably know why it was applied. @rustbot label -S-blocked |
I added the label because of "Blocked on rust-lang/rustc-rayon#12 to avoid deadlocks." looks like the upstream pr has not been merged to this day |
Yeah, it can be unblocked since #143035 landed. It does regress performance now, so I'll have to do some profiling to see if that can be fixed.
|
This reverts #118488 as that is just a workaround.
Blocked on rust-lang/rustc-rayon#12 to avoid deadlocks.