search for: parallel_dirs_if_stat

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

2011 Nov 02
2
[LLVMdev] RFC: Upcoming Build System Changes
...uilt in serial before anything else is. AFAIU DIRS is used for lib/Support an lib/TableGen because the latter depends on the first. This is not relevant on static builds (or shared builds on Linux, IIRC) so, if the `make' scripts were smart enough, that case of DIRS could become something like PARALLEL_DIRS_IF_STATIC. That would make possible to compile the source files of both libraries at the same time. BTW, the cmake build did that (don't know if keeps doing it after the switch to explicit dependencies.) But you and Dave are right wrt recursive make hiding details of the build. A non-recursive make co...
2011 Nov 01
0
[LLVMdev] RFC: Upcoming Build System Changes
On Nov 1, 2011, at 4:33 PM, Óscar Fuentes wrote: > greened at obbligato.org (David A. Greene) writes: > >> Joachim Durchholz <jo at durchholz.org> writes: >> >>> On the reasons why make-based builds are slow, Peter Miller has some >>> insight to offer: >>> http://miller.emu.id.au/pmiller/books/rmch/ . >>> I'm not sure how widely
2011 Nov 02
0
[LLVMdev] RFC: Upcoming Build System Changes
...thing else is. > > AFAIU DIRS is used for lib/Support an lib/TableGen because the latter > depends on the first. This is not relevant on static builds (or shared > builds on Linux, IIRC) so, if the `make' scripts were smart enough, that > case of DIRS could become something like PARALLEL_DIRS_IF_STATIC. That > would make possible to compile the source files of both libraries at the > same time. BTW, the cmake build did that (don't know if keeps doing it > after the switch to explicit dependencies.) Hi Oscar, Forgive me, but I've lost track of how any of this has to do with Da...
2011 Nov 01
4
[LLVMdev] RFC: Upcoming Build System Changes
greened at obbligato.org (David A. Greene) writes: > Joachim Durchholz <jo at durchholz.org> writes: > >> On the reasons why make-based builds are slow, Peter Miller has some >> insight to offer: >> http://miller.emu.id.au/pmiller/books/rmch/ . >> I'm not sure how widely recognized that paper is. Maybe it's widely >> known and today's build