Displaying 2 results from an estimated 2 matches for "a23308581".
Did you mean:
td23308581
2009 Jun 13
2
[LLVMdev] What happened to the -fast flag for lli?
Hi,
I've just installed llvm from trunk and
lli seems to have lost the -fast option.
Can we have it back please?
Mark.
2009 Jun 13
0
[LLVMdev] What happened to the -fast flag for lli?
Hi,
I'm slightly confused here.
Not only, has -fast flag disappeared from lli,
the ExecutionEngine:createJIT API has changed as well.
I suspect these are related :)
What will this do to the speed of JIT code generation?
What effect do the new optimisation levels in ExecutionEngine:createJIT
have?
What lli flag (if any) corresponds to these optimisation levels?
And is this documented