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

AST & BST: remove unnecessary nodes and fields + little less memory usage #1360

Merged
merged 3 commits into from
Sep 7, 2016

Conversation

undingen
Copy link
Contributor

@undingen undingen commented Sep 7, 2016

this is mostly cleaning up stuff so it's easier to change the BST representation in the future.
also switched a few std::vector<BST_expr*> to BST_expr* when we know it can only be a single element

@undingen undingen merged commit 0dea31b into pyston:ast Sep 7, 2016
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.

1 participant