From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1278 Path: news.gmane.org!not-for-mail From: idunham@lavabit.com Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl build times Date: Thu, 12 Jul 2012 12:47:47 -0400 (EDT) Message-ID: <42355.50.0.229.11.1342111667.squirrel@lavabit.com> References: <47404.50.0.229.11.1342100469.squirrel@lavabit.com> <20120712140518.GC544@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1342111685 4309 80.91.229.3 (12 Jul 2012 16:48:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 Jul 2012 16:48:05 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1279-gllmg-musl=m.gmane.org@lists.openwall.com Thu Jul 12 18:48:03 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1SpMYa-0007BX-Bn for gllmg-musl@plane.gmane.org; Thu, 12 Jul 2012 18:48:00 +0200 Original-Received: (qmail 24382 invoked by uid 550); 12 Jul 2012 16:47:59 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 24374 invoked from network); 12 Jul 2012 16:47:59 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=VAI2nB0KiigKeWjTfU0FN9bw37X+4JIYIu1iSm6ZOACaDLQ+6Rc+895vblggfrMjmmV5X7LeFlGpSqtVFdenjT5QWEmBS6LcWea26/8YT4D7jNo1atX7dVkCWYIuc57cSauJfHXFeYjSZZltTZquNRr7xETRvRbcfp/UfRBoi7M=; h=Message-ID:In-Reply-To:References:Date:Subject:From:To:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding; In-Reply-To: <20120712140518.GC544@brightrain.aerifal.cx> User-Agent: SquirrelMail/1.4.13 Xref: news.gmane.org gmane.linux.lib.musl.general:1278 Archived-At: > On Thu, Jul 12, 2012 at 06:41:09AM -0700, idunham@lavabit.com wrote: >> I was just playing around, and discovered that redirecting to a file >> shaves 1 minute, 5 seconds (3:36 vs 2:31) off the build time here (Atom >> N270 @1.6 GHz; 5400 RPM SATA HDD in legacy mode, ext2; 1 GB DDR2; gcc > > You mean directing output to a file versus to a terminal? If so, which > terminal are you using? That's probably very relevant... Probably so... kernel VT with i915 + fbcon. Now that I think back, I think real textmode was significantly faster. By the way, this is the same reason "quiet" speeds up boot (my testing showed ~ 2-3 seconds difference in kernel boot, out of ~8 seconds without quiet...) I've noticed similar effects with Xterm & urxvt, though ISTR that urxvt can be sped up with asynchronous text output (I forget the option, though).