search for: constrainttec

Displaying 5 results from an estimated 5 matches for "constrainttec".

2016 Feb 05
2
MCJit Runtine Performance
...llvm-dev at lists.llvm.org>> wrote: > > ----- Original Message ----- > > From: "Keno Fischer via llvm-dev" <llvm-dev at lists.llvm.org > <mailto:llvm-dev at lists.llvm.org>> > > To: "Morten Brodersen" <Morten.Brodersen at constrainttec.com > <mailto:Morten.Brodersen at constrainttec.com>> > > Cc: "llvm-dev" <llvm-dev at lists.llvm.org > <mailto:llvm-dev at lists.llvm.org>> > > Sent: Thursday, February 4, 2016 6:05:29 PM > > Subject: Re: [llvm-dev] MCJit Ru...
2016 Feb 05
6
MCJit Runtine Performance
----- Original Message ----- > From: "Keno Fischer via llvm-dev" <llvm-dev at lists.llvm.org> > To: "Morten Brodersen" <Morten.Brodersen at constrainttec.com> > Cc: "llvm-dev" <llvm-dev at lists.llvm.org> > Sent: Thursday, February 4, 2016 6:05:29 PM > Subject: Re: [llvm-dev] MCJit Runtine Performance > > > > Yes, unfortunately, this is very much known. Over in the julia > project, we've recently gon...
2016 Feb 05
2
MCJit Runtine Performance
...anything else I can try? > > > On 05/02/16 11:16, Hal Finkel wrote: >> >> ----- Original Message ----- >>> >>> From: "Keno Fischer via llvm-dev" <llvm-dev at lists.llvm.org> >>> To: "Morten Brodersen" <Morten.Brodersen at constrainttec.com> >>> Cc: "llvm-dev" <llvm-dev at lists.llvm.org> >>> Sent: Thursday, February 4, 2016 6:05:29 PM >>> Subject: Re: [llvm-dev] MCJit Runtine Performance >>> >>> >>> >>> Yes, unfortunately, this is very much known. O...
2016 Feb 05
3
MCJit Runtine Performance
Hi All, We recently upgraded a number of applications from LLVM 3.5.2 (old JIT) to LLVM 3.7.1 (MCJit). We made the minimum changes needed for the switch (no changes to the IR generated or the IR optimizations applied). The resulting code pass all tests (8000+). However the runtime performance dropped significantly: 30% to 40% for all applications. The applications I am talking about
2016 Feb 05
4
MCJit Runtine Performance
Hi Morten, Something else just occurred to me: can you share your EngineBuilder configuration lines? (http://llvm.org/docs/doxygen/html/classllvm_1_1EngineBuilder.html) In particular - are you explicitly setting the optimization level? The old JIT may have had a different default. - Lang. Sent from my iPad > On Feb 4, 2016, at 10:54 PM, Jim Grosbach via llvm-dev <llvm-dev at