Displaying 2 results from an estimated 2 matches for "r83681".
2009 Oct 20
2
[LLVMdev] slooow compiles
As part of routine testing, I run clang and llvm-gcc a lot of times.
Something happened between r83681 and r84167 such that clang-cc and cc1
became many hundreds of times slower when asked to perform optimizations.
Is this a known issue? These are all release builds on Ubuntu Jaunty on
x86. During these long runs, memory usage creeps up slowly at maybe 1 MB
per minute.
Thanks,
John Regehr
2009 Oct 20
0
[LLVMdev] slooow compiles
...A quick thing you can do is to compile with -ftime-report and compare
the top few passes between versions.
Dan
On Oct 19, 2009, at 8:47 PM, John Regehr <regehr at cs.utah.edu> wrote:
> As part of routine testing, I run clang and llvm-gcc a lot of times.
> Something happened between r83681 and r84167 such that clang-cc and
> cc1
> became many hundreds of times slower when asked to perform
> optimizations.
>
> Is this a known issue? These are all release builds on Ubuntu
> Jaunty on
> x86. During these long runs, memory usage creeps up slowly at maybe
&g...