[llvm-dev] MCJIT -- Poor run-time performance for Fibonacci example in LLVM 3.8.1

Renato Golin via llvm-dev llvm-dev at lists.llvm.org
Fri Jun 10 05:38:23 PDT 2016


On 10 June 2016 at 05:31, Riyaz Puthiyapurayil via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> We have been using LLVM 3.4 and are currently migrating to LLVM 3.8.1. We
> have been using the Old JIT and since it has been removed since 3.6, we have
> to use MCJIT.

Hi Riyaz,

I don't know much about it, but MCJIT was also replaced, by a new JIT
called "ORC".

The Kaleidoscope example has been updated, you can look there:

http://llvm.org/docs/tutorial/LangImpl4.html

cheers,
--renato


More information about the llvm-dev mailing list