Book Image

Getting Started with LLVM Core Libraries

Book Image

Getting Started with LLVM Core Libraries

Overview of this book

Table of Contents (17 chapters)
Getting Started with LLVM Core Libraries
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Other resources


There are other resources to learn about the LLVM JIT through online documentation and examples. In the LLVM source tree, <llvm_source>/examples/HowToUseJIT and <llvm_source>/examples/ParallelJIT contain simple source code examples that are useful for learning the JIT basics.

The LLVM kaleidoscope tutorial at http://llvm.org/docs/tutorial contains a specific chapter on how to use JIT http://llvm.org/docs/tutorial/LangImpl4.html.

More information on MCJIT design and implementation can also be found at http://llvm.org/docs/MCJITDesignAndImplementation.html.