Skip to content
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

avoid copying thread manager state in data race detector #2302

Merged
merged 3 commits into from
Jul 2, 2022

Conversation

RalfJung
Copy link
Member

@RalfJung RalfJung commented Jul 1, 2022

When doing #2047 I did not realize that there is some redundant state here that we can now remove from the data race detector.

Also this removes the vector clocks from the data race errors since those don't really help diagnose the problem.

@RalfJung RalfJung force-pushed the datarace branch 2 times, most recently from 15e117d to 86a2bf4 Compare July 1, 2022 21:49
@RalfJung
Copy link
Member Author

RalfJung commented Jul 1, 2022

@bors r+

@bors
Copy link
Collaborator

bors commented Jul 1, 2022

📌 Commit 86a2bf4 has been approved by RalfJung

@bors
Copy link
Collaborator

bors commented Jul 1, 2022

⌛ Testing commit 86a2bf4 with merge 2d528ed...

bors added a commit that referenced this pull request Jul 1, 2022
avoid copying thread manager state in data race detector

When doing #2047 I did not realize that there is some redundant state here that we can now remove from the data race detector.

Also this removes the vector clocks from the data race errors since those don't really help diagnose the problem.
@bors
Copy link
Collaborator

bors commented Jul 1, 2022

💔 Test failed - checks-actions

@RalfJung
Copy link
Member Author

RalfJung commented Jul 2, 2022

@bors r+

@bors
Copy link
Collaborator

bors commented Jul 2, 2022

📌 Commit d09db16 has been approved by RalfJung

@bors
Copy link
Collaborator

bors commented Jul 2, 2022

⌛ Testing commit d09db16 with merge d118a94...

@bors
Copy link
Collaborator

bors commented Jul 2, 2022

☀️ Test successful - checks-actions
Approved by: RalfJung
Pushing d118a94 to master...

@bors bors merged commit d118a94 into rust-lang:master Jul 2, 2022
@RalfJung RalfJung deleted the datarace branch July 2, 2022 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants