ORC is the newest and most powerful LLVM JIT interface, with the potential for many benefits
through its collection of Layers and the functionality and flexibility they provide.
In particular:
- Lazy compilation opportunities
- (Partial?) weak symbol resolution support
- Better control and default behavior for symbol resolution
The LLVM JIT tutorials look like an excellent place to start:
http://www.llvm.org/docs/tutorial/BuildingAJIT1.html
ORC is the newest and most powerful LLVM JIT interface, with the potential for many benefits
through its collection of Layers and the functionality and flexibility they provide.
In particular:
The LLVM JIT tutorials look like an excellent place to start:
http://www.llvm.org/docs/tutorial/BuildingAJIT1.html