7 ms·
I fail to see the difference between this and LLVM. Oh yes LLVM is BSD license!
by anirul 13y ago
I fail to see the difference between this and LLVM. Oh yes LLVM is BSD license!
- twoodfin 13y agoLLVM isn't focused on JIT compilation or GC. Obviously you can implement both using LLVM, and I think there is still a rudimentary JIT built in, but if your language wants to support cross-platform binary distribution, runtime optimization or world-class GC, you will have a lot more work ahead of you with LLVM.