From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <20140506093903.GA483@polynum.com> <20140506095249.GA749@polynum.com> From: =?UTF-8?B?QXJhbSBIxIN2xINybmVhbnU=?= Date: Tue, 6 May 2014 17:24:23 +0200 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] [GSOC] fast kernel compile Topicbox-Message-UUID: df01440e-ead8-11e9-9d60-3106f5b1d025 Plan 9 compilers are fast, Unix compilers are slow. Plan 9 compilers compile less because the philosophy regarding #include files is different. Plan 9 programs (including the kernel) are small, Unix programs are large. The Plan 9 kernel has less lines of code than Unix configure scripts. The question is not why does Plan 9 compile so quickly, is what catastrophe happened in Unix making everything so slow and large. --=20 Aram H=C4=83v=C4=83rneanu