From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "Thomas Bushnell, BSG" Message-ID: <87zo1x8qjb.fsf@becket.becket.net> Content-Type: text/plain; charset=us-ascii References: <20020225153554.848D919A59@mail.cse.psu.edu> Subject: Re: [9fans] 8c vs. gcc shootout Date: Mon, 25 Feb 2002 17:11:02 +0000 Topicbox-Message-UUID: 5595e21e-eaca-11e9-9e20-41e7f4b1d025 anothy@cosym.net writes: > i've got Plan 9 and FreeBSD w/ GCC running on identical > hardware. if someone could provide me with (or point me > at) suitable code to run the compile and execute tests on, > i'd be happy to do so. The problem is that you want to control not just for header files but for the general time the system takes. I think it's patently obvious that the Plan 9 kernel itself is much more tightly coded than either BSD or Linux. It would be *even better* if the Plan 9 kernel were being compiled with an optimizing compiler. So the real test of compile speed is: Compile one system with 8c, and then use the 8c compiler. Compile the *same* system with GCC -O3, and then use GCC with no -O. Thomas