On 24-06-2015 11:15, Renato Golin wrote:
> On 24 June 2015 at 14:50, Adhemerval Zanella
> wrote:
>> I tried some of author advices getting very good results. Basically I
>> moved to optimized clang build, changed to gold linker and used another
>> memory allocator than system glibc one. Result
On 24 June 2015 at 14:50, Adhemerval Zanella
wrote:
> I tried some of author advices getting very good results. Basically I
> moved to optimized clang build, changed to gold linker and used another
> memory allocator than system glibc one. Results in build time for all
> the clang/llvm toolchain
Recently I came across two excellent post about accelerating clang/llvm
build with different compiler/optimization [1] [2].
I tried some of author advices getting very good results. Basically I
moved to optimized clang build, changed to gold linker and used another
memory allocator than system gl