-
Notifications
You must be signed in to change notification settings - Fork 76
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
Test for mutex-meet-tid
for ValidDeref & Move Afterconfig.run
to ensure privatizations can potentially be auto-tuned
#1265
Conversation
For some reason, the setting is not applied correctly.
fails but
works. |
It seems the autotuner needs to run earlier. |
Enabling the option does not yield a large improvement, and takes a long time. I'll thus remove the activation from this PR. |
mutex-meet-tid
for ValidDerefmutex-meet-tid
for ValidDeref & Move Aftercofnig.run
to ensure privatizations can potentially be auto-tuned
mutex-meet-tid
for ValidDeref & Move Aftercofnig.run
to ensure privatizations can potentially be auto-tunedmutex-meet-tid
for ValidDeref & Move Afterconfig.run
to ensure privatizations can potentially be auto-tuned
For tasks such as the example one, we fail to establish Valid-Deref for the reason that our information about globals is too imprecise. With this PR we enable a more involved privatization when checking ValidDeref.
I am currently running this on the server with a reduced timeout of 4mins to see the potential benefits.