tekknolagi/scrapscript

Add optimizer to compiler

Opened this issue · 3 comments

Add optimizer to compiler

Probably CPS optimizer. Also add CPS->SSA based on Kelsey's paper

If we're going to do CPS, might as well try clang::preserve_none and musttail together