From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8164 invoked by alias); 17 Dec 2002 01:12:32 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 8103 invoked from network); 17 Dec 2002 01:12:26 -0000 Received: from unknown (HELO mail-out1.apple.com) (17.254.0.52) by sources.redhat.com with SMTP; 17 Dec 2002 01:12:26 -0000 Received: from mailgate1.apple.com (A17-128-100-225.apple.com [17.128.100.225]) by mail-out1.apple.com (8.11.3/8.11.3) with ESMTP id gBH1CQw18624 for ; Mon, 16 Dec 2002 17:12:26 -0800 (PST) Received: from scv1.apple.com (scv1.apple.com) by mailgate1.apple.com (Content Technologies SMTPRS 4.2.5) with ESMTP id ; Mon, 16 Dec 2002 17:12:01 -0800 Received: from apple.com (mrs.apple.com [17.201.24.155]) by scv1.apple.com (8.11.3/8.11.3) with ESMTP id gBH1CPs00891; Mon, 16 Dec 2002 17:12:25 -0800 (PST) Date: Mon, 16 Dec 2002 17:22:00 -0000 Subject: Re: source mgt. requirements solicitation Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v546) Cc: =?ISO-8859-1?Q?Pop_S=E9bastian?= , Momchil Velikov , zack@codesourcery.com, gcc@gcc.gnu.org To: Linus Torvalds From: Mike Stump In-Reply-To: Message-Id: <9A52A61A-115C-11D7-9AD9-000393941EE6@apple.com> Content-Transfer-Encoding: 7bit X-SW-Source: 2002-12/txt/msg00980.txt.bz2 On Sunday, December 15, 2002, at 03:45 PM, Linus Torvalds wrote: > That is obviously also why the kernel ends up being a lot of lines of > code. I think it's about an order of magnitude bigger in size than all > of > gcc bash-2.05a$ find gcc -type f -print | xargs cat | wc -l 4084979 [ ducking ]