<
Introduction to LLVM - Compiling JavaScript to LLVM (Rust:inkwell) JIT

2021-09-04

I, who had no knowledge of LLVM, a compiler infrastructure, have managed to parse JavaScript source code and compile it with LLVM. There are many articles about LLVM, but I felt there were few for beginners, so in this article, I will try to write an article that can introduce LLVM as simply as possible. The source code is placed here....