From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Fri, 16 Oct 2009 18:25:37 -0400 To: 9fans@9fans.net Message-ID: <583166be58348d28176fb439f54b0d27@brasstown.quanstro.net> In-Reply-To: <> References: <> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: Re: [9fans] Barrelfish Topicbox-Message-UUID: 88cb9c2c-ead5-11e9-9d60-3106f5b1d025 i missed this the first time On Fri Oct 16 17:19:36 EDT 2009, jason.catena@gmail.com wrote: > > Instantaneous building of a complex project from source. > > (I'm defining instantaneous as less than 1 second for this.) > > Depends on how complex. good story. it's hard to know when to rewrite. gcc itself has several files that take ~20s to compile on my machine. what is the plan for getting them to compile in < 1s? also, suppose you have n source files. and suppose you also just happen to have n+1 processors. what's the plan for coordinating them in sub O(n) time? what's the plan for a fs to keep up? heck, linux boot time is bottlenecked not by processor speed but by lowly random disk i/o. - erik