[LLVMdev] Slow jitter.
Albert Graef
Dr.Graef at t-online.de
Tue Aug 25 23:40:20 PDT 2009
Óscar Fuentes wrote:
> Okay, I'll do if some day I figure out how to pass those options to the
> JIT :-)
Well, the -fast option is easy to get:
MP = new ExistingModuleProvider(module);
string error;
JIT = ExecutionEngine::create(MP, false, &error, llvm::CodeGenOpt::None);
Albert
--
Dr. Albert Gr"af
Dept. of Music-Informatics, University of Mainz, Germany
Email: Dr.Graef at t-online.de, ag at muwiinfa.geschichte.uni-mainz.de
WWW: http://www.musikinformatik.uni-mainz.de/ag
More information about the llvm-dev
mailing list