August 2014
Beginner to intermediate
314 pages
7h 57m
English
JIT compilation is a runtime compilation feature present in several virtual machine environments. In this chapter, we explored the LLVM JIT execution engine by showing the distinct implementations available, the old JIT and the MCJIT. Moreover, we examined implementation details from both approaches and provided real examples on how to build tools to use the JIT engines.
In the next chapter, we will cover cross-compilation, toolchains, and how to create an LLVM-based cross compiler.
Read now
Unlock full access