[llvm-dev] MCJit Runtine Performance
Keno Fischer via llvm-dev
llvm-dev at lists.llvm.org
Thu Feb 4 20:58:09 PST 2016
Actually, reading over all of this again, I realize I may have made the
wrong statement. The runtime regressions we see in julia are actually
regressions in how long LLVM itself takes to do the compilation (but since
it happens at run time in the JIT case, I think of it as a regression in
our running time). We have only noticed occasional regressions in the
performance of the generated code (which we are in the process of fixing).
Which kind of regression are you talking about, time taken by LLVM or time
taken by the LLVM-generated code?
On Thu, Feb 4, 2016 at 11:44 PM, Rafael EspĂndola <llvm-dev at lists.llvm.org>
wrote:
> On 4 February 2016 at 22:48, Morten Brodersen via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
> > Hi Rafael,
> >
> > Not easily (llc).
> >
> > Is there a way to make MCJit not use the large code model when JIT'ing?
> >
>
> I think Davide started adding support for the small code model.
>
> Cheers,
> Rafael
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160204/9c4c71cd/attachment.html>
More information about the llvm-dev
mailing list