Recently I began thinking about improving the built-in Emacs optimizer by converting lap code into SSA form, doing usual optimisations and converting back into lap code (or simplified Elisp).
Eventually I stumbled upon your project. It looks almost done, with everything ready, only one more backend needed.
So, I have a few of questions:
Which algorithm do you use to build SSA? The code I saw looks a bit ad hoc.
Why did you dump the project? Any problems I should be aware of?
Any recommendations? Like things I have to look into, lacking functionality, etc?
Recently I began thinking about improving the built-in Emacs optimizer by converting lap code into SSA form, doing usual optimisations and converting back into lap code (or simplified Elisp).
Eventually I stumbled upon your project. It looks almost done, with everything ready, only one more backend needed.
So, I have a few of questions:
Thank you!