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

Refactoring/performance #6

Open
3 of 5 tasks
hansihe opened this issue Mar 25, 2019 · 1 comment
Open
3 of 5 tasks

Refactoring/performance #6

hansihe opened this issue Mar 25, 2019 · 1 comment

Comments

@hansihe
Copy link
Member

hansihe commented Mar 25, 2019

A lot of suboptimal things are done right now and can relatively easily be fixed to give some major performance and cleanliness improvements.

  • Refactor Eir representation to use arena based allocation, improve the graph implementation.
  • Refactor HIR representation to use arena based allocation
  • Refactor parse tree representation to use arena based allocation
  • Refactor pattern compilation passes to reduce allocations
  • Refactor validation compilation passes to reduce allocations
@hansihe
Copy link
Member Author

hansihe commented Apr 4, 2019

1 is fixed for Eir itself, should also he done for parse tree and hir.

@hansihe hansihe closed this as completed Apr 4, 2019
@hansihe hansihe reopened this Apr 4, 2019
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

No branches or pull requests

1 participant