ammarbinfaisal / sahl

a programming language with channels and coroutines/threads
MIT License
9 stars 1 forks source link

create `ssa ir` then `optimise` #32

Open ammarbinfaisal opened 1 year ago

ammarbinfaisal commented 1 year ago

ftp://ftp.cs.princeton.edu/reports/2005/737.pdf

ammarbinfaisal commented 1 year ago

Implement the algorithms described in the above thesis

ammarbinfaisal commented 9 months ago

I might just leave this upto llvm's mem2reg and clang's -O3