Displaying 2 results from an estimated 2 matches for "12m54s".
2017 Jan 20
2
llvm is getting slower, January edition
...le it with clang-4.0? :)
On Fri, Jan 20, 2017 at 4:09 AM, Mehdi Amini via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi,
>
> On this topic, I just tried to build ToT with clang-3.9.1 and clang-4.0
> and the total time to complete `ninja clang` on this machine went from
> 12m54s to 13m44s for RelWithDebInfo (6.5% slower!) and 11m18s to 12m06s for
> Release (7% slower!).
>
> —
> Mehdi
>
> > On Jan 17, 2017, at 6:02 PM, Mikhail Zolotukhin via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
> >
> > Hi,
> >
> > Continuing r...
2017 Jan 18
10
llvm is getting slower, January edition
Hi,
Continuing recent efforts in understanding compile time slowdowns, I looked at some historical data: I picked one test and tried to pin-point commits that affected its compile-time. The data I have is not 100% accurate, but hopefully it helps to provide an overview of what's going on with compile time in LLVM and give a better understanding of what changes usually impact compile time.