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

HIR: delete the AST after lowering #28142

Closed
nrc opened this issue Sep 1, 2015 · 2 comments
Closed

HIR: delete the AST after lowering #28142

nrc opened this issue Sep 1, 2015 · 2 comments
Labels
A-HIR Area: The high-level intermediate representation (HIR)

Comments

@nrc
Copy link
Member

nrc commented Sep 1, 2015

Unless a tool wants to keep it around. This will require some work on lints to separate AST lints from HIR lints.

@steveklabnik steveklabnik added the A-HIR Area: The high-level intermediate representation (HIR) label Sep 3, 2015
@jonas-schievink
Copy link
Contributor

Lints are now separated, so this should be easy. I'm guessing the AST needs to also be kept around when -Zsave-analysis is used?

@nrc
Copy link
Member Author

nrc commented Dec 25, 2015

yes

bors added a commit that referenced this issue Dec 25, 2015
Or more specifically, after running early lints.

Closes #28142
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-HIR Area: The high-level intermediate representation (HIR)
Projects
None yet
Development

No branches or pull requests

3 participants