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

Implement a Rust Pass Manager #56

Open
ktemkin opened this issue Sep 23, 2024 · 0 comments
Open

Implement a Rust Pass Manager #56

ktemkin opened this issue Sep 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ktemkin
Copy link
Collaborator

ktemkin commented Sep 23, 2024

Description

Over time this compiler is going to evolve its own passes. We want to put the basic infrastructure in place for managing these passes—including dependency tracking and invalidation—to ensure that we do not get stuck with many passes and no management infrastructure.

It should account for the basics, including dependencies between passes, invalidation of pass results, and automatic re-running of passes based on a manually-specified order. It does not, at this stage, need to support configurable pass sets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants