[llvm-dev] JIT parameter in createTargetMachine
Christoph Höger via llvm-dev
llvm-dev at lists.llvm.org
Mon Dec 10 11:22:58 PST 2018
Dear all,
what does the parameter 'JIT' mean in Target::createTargetMachine ? It is
not documented here:
http://llvm.org/doxygen/classllvm_1_1Target.html#a3a99d5ba8f023d04d34f652af7494b35
I have ported a rather old code base from llvm 3.x to 7.0 and now I might
be observing a performance regression. I stumbled upon this new parameter
when changing the codemodel and wondered whether it should be set to false
or true (we use a JIT execution engine).
regards,
Christoph
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181210/eaf226df/attachment.html>
More information about the llvm-dev
mailing list