From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Fri, 14 Nov 2008 13:34:47 -0500 To: 9fans@9fans.net MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] those funny gnu guys Topicbox-Message-UUID: 41fbd704-ead4-11e9-9d60-3106f5b1d025 this is just stupifying: http://tech.slashdot.org/comments.pl?sid=1029797&cid=25761431 Due to a strange quirk in the way compilers are designed, it's (MUCH) faster to build a dozen files that include every file in your project than to build thousands of files. Once build times are down to 5 - 15 minutes you don't need distributed compiling. The link step is typically the most expensive anyway, so distributed compiling doesn't get you much. sorry for the noise. - erik