Works on .NET/Mono for Microsoft, keen on microoptimizations and LLVM
LLVM has a ton of optimizations and is suitable as a backend for many programming languages. It gets a little more complicated for managed languages and JIT scenarios. In this …
More