Search code examples
llvm

What does ORC stand for in LLVM?


For example in LLVM's doc:

https://llvm.org/docs/ORCv2.html

It mentions ORC JIT many times but doesn't explain ORC.


Solution

  • llvm.org/docs/tutorial/BuildingAJIT1.html "This tutorial runs through the implementation of a JIT compiler using LLVM’s On-Request-Compilation (ORC) APIs."

    by Joe