Hacker News new | ask | show | jobs
by thesz 5561 days ago
This is just one of transformations performed by supercompilation.

I recently discovered distillation [1], which could transform quadratic and even more complex programs into linear ones (ie, perform non-linear complexity reduction).

So there's more in supercompilation that partial evaluation.

[1]: http://meta2010.pereslavl.ru/accepted-papers/paper-info-2.ht...

1 comments

Distillation is cool! Thanks for the link.

Geoff Hamilton lectured my classes in computability, parsing, automata and compilers. He certainly knows his stuff.