[cfe-dev] [LLVMdev] RFC: Upcoming Build System Changes
David A. Greene
greened at obbligato.org
Tue Nov 1 16:08:22 PDT 2011
Óscar Fuentes <ofv at wanadoo.es> writes:
> Today, my quadcore machine costs less than 400 euros. Any professional
> developer on the western countries should have no problem having a
> much faster machine.
Processor speed has little to do with this. An empty recursive make
bottles up due to I/O. A non-recursive make is more likely to be
processor-bound.
-Dave
More information about the cfe-dev
mailing list