Replies: 5 comments
-
I'm working on these as another pass over UPLC, not sure if it should be redone using Aiken IR or just added to the end of the compilation pipeline. |
Beta Was this translation helpful? Give feedback.
-
For generic low level UPLC optimizations I can recommend checking out the pretty powerful optimizer build by @well-typed https://github.com/well-typed/plutonomy Generally it is probably useful to have two optimization steps (as it is done usually in compilers):
Moreover consider options to disable optimizations (-O0, -O1) for debugging purposes. |
Beta Was this translation helpful? Give feedback.
-
If you are writing a generic UPLC optimizer, I would like to invoke it as well in the build pipeline of |
Beta Was this translation helpful? Give feedback.
-
I've added some uplc specific optimizations. I will add them to the cli later. |
Beta Was this translation helpful? Give feedback.
-
Checking more off the list... |
Beta Was this translation helpful? Give feedback.
-
In no particular order
Beta Was this translation helpful? Give feedback.
All reactions