Re: [TCWG] clang/llvm build - tips and advices

2015-06-24 Thread Adhemerval Zanella
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

Re: [TCWG] clang/llvm build - tips and advices

2015-06-24 Thread Renato Golin
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

[TCWG] clang/llvm build - tips and advices

2015-06-24 Thread Adhemerval Zanella
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