libFirm is the only compiler which does not deconstruct SSA form
I thought that continuation-passing-style compilers didn't use SSA, and that most Scheme implementations were CPS. No?
In SSA form most operations (add,sub,...) are side-effect free and the rest (load,store,call,...) can be understood as using something like a "Memory Monad".
libFirm is the only compiler which does not deconstruct SSA form
I thought that continuation-passing-style compilers didn't use SSA, and that most Scheme implementations were CPS. No?