-
Notifications
You must be signed in to change notification settings - Fork 36
Optimize compiler code generation #963
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is actually important to keep for the tup version of building and testing, it let's tup to know to build in this folder rather than adjacent to each original file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh sorry, I don't know why it was removed.
This PR includes a number of smaller changes to the compiler intended to reduce the amount of generated code, thereby reducing compilation times (as a lot of time is spent in the OCaml compiler). It includes the code for PRs #961 and #962.
After this PR, the compiler will:
TmSeqEdgepattern.