Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@apropos i have not seen onyx, nor have i used jai, but i did spend two weeks trying to implement .NET CLR.
I looked at WASM and wrote it off as a joke. I think actually it might be ok, though it might have been nicer if instead of trying to memory hole GOTO resulting in silly shit like relooper and stackifier they just put in a marginally structured goto block.
.net clr is stupid as shit. you end up compiling code to a stack machine only to have to recompile the stack machine to a register machine. would be better for everyone to just store everything in SSA form.