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

Audit sources of shared state across rustc #63643

Open
32 of 37 tasks
aturon opened this issue Aug 16, 2019 · 2 comments
Open
32 of 37 tasks

Audit sources of shared state across rustc #63643

aturon opened this issue Aug 16, 2019 · 2 comments
Assignees
Labels
A-parallel-queries Area: Parallel query execution T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-compiler-performance Working group: Compiler Performance

Comments

@aturon
Copy link
Member

aturon commented Aug 16, 2019

Infrastructure for parallel compilation has landed in rustc, but the shared state involved has not been fully documented (in terms of what state exists, invariants, atomicity, lock ordering, etc) or assessed for removal by refactoring.

This issue tracks the PR history for parallelization infrastructure, which is being re-audited to seed an initial list of shared state to assess. The initial output of the audit is this paper doc, which will ultimately be turned into a set of individual issues.

PR List

Issue creation

  • Issues created for individual pieces of state, together with a tracking issue
@aturon aturon added T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-compiler-performance Working group: Compiler Performance A-parallel-queries Area: Parallel query execution labels Aug 16, 2019
@aturon aturon self-assigned this Aug 16, 2019
@mark-i-m
Copy link
Member

@aturon It looks like all of the PRs linked above have been merged?

@mati865
Copy link
Contributor

mati865 commented Aug 17, 2019

@mark-i-m because this issue is about auditing merged PRs 🙃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-parallel-queries Area: Parallel query execution T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-compiler-performance Working group: Compiler Performance
Projects
None yet
Development

No branches or pull requests

3 participants