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

Optimisations to do #14

Open
L-as opened this issue Jul 13, 2022 · 0 comments
Open

Optimisations to do #14

L-as opened this issue Jul 13, 2022 · 0 comments

Comments

@L-as
Copy link
Member

L-as commented Jul 13, 2022

  • Case of known constructors
    • Let-bind if term is used more than once
    • Otherwise inline
  • η-reduction (for all types)
  • Merging matches on same thing (choose the top-most one)
  • User-defined rewrite rules (not through RULES pragma) (hard)
  • Common Expression Elimination (not subexpression elimination) / hoisting
  • Detect partial updating with pcon and pmatch/pcase
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