search for: pagabuc

Displaying 4 results from an estimated 4 matches for "pagabuc".

2016 Mar 03
2
Building with LLVM_PARALLEL_XXX_JOBS
...or to use '-O3' OptLevel maybe in > combination with LTO and PGO (using '-O3 -flto -fprofile-use'). LTO *will* slow down dramatically the build. -- Mehdi > > Let's see when the v3.8.0 FINAL is released. > > - Sedat - > > On 3/2/16, Fabio Pagani <pagabuc at gmail.com> wrote: >> Hey Chris, >> >> Sedat was asking for a way to "to speedup my build" and those blog posts >> were really helpful to me. >> Anyway LLVM_DISTRIBUTION_COMPONENTS sounds very cool, hope you will push >> your code soon! >>...
2016 Mar 02
2
Building with LLVM_PARALLEL_XXX_JOBS
...ache or > shared libraries would not be a valid optimization > * We do use optimized tablegen > * “Build Less” is exactly what the LLVM_DISTRIBUTION_COMPONENTS enables, > just in a friendly wrapper target. > > -Chris > > > > On Mar 1, 2016, at 1:12 PM, Fabio Pagani <pagabuc at gmail.com> wrote: > > For faster builds and rebuilds you should definitely read: > > https://blogs.s-osg.org/an-introduction-to-accelerating-your-build-with-clang/ > https://blogs.s-osg.org/a-conclusion-to-accelerating-your-build-with-clang/ > > Hope this helps! > >...
2016 Mar 01
2
Building with LLVM_PARALLEL_XXX_JOBS
For faster builds and rebuilds you should definitely read: https://blogs.s-osg.org/an-introduction-to-accelerating-your-build-with-clang/ https://blogs.s-osg.org/a-conclusion-to-accelerating-your-build-with-clang/ Hope this helps! On Tue, Mar 1, 2016 at 9:17 PM, ChrisBieneman via llvm-dev < llvm-dev at lists.llvm.org> wrote: > > > > On Mar 1, 2016, at 10:01 AM, Mehdi Amini
2016 Mar 03
3
Building with LLVM_PARALLEL_XXX_JOBS
...e'). >> >> LTO *will* slow down dramatically the build. >> >> -- >> Mehdi >> >> >> >>> >>> Let's see when the v3.8.0 FINAL is released. >>> >>> - Sedat - >>> >>> On 3/2/16, Fabio Pagani <pagabuc at gmail.com> wrote: >>>> Hey Chris, >>>> >>>> Sedat was asking for a way to "to speedup my build" and those blog >>>> posts >>>> were really helpful to me. >>>> Anyway LLVM_DISTRIBUTION_COMPONENTS sounds very cool...