From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <80633e2d0409241235353828c9@mail.gmail.com> Date: Fri, 24 Sep 2004 21:35:15 +0200 From: Christian Grothaus To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] grid computing -- high performance? In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <6bb9e88ad7834fe55fbacaaa8f68c706@plan9.ucalgary.ca> <4149C6E6.1020304@anvil.com> <6e35c062040916155773c7f658@mail.gmail.com> <4152CB13.1050902@tommyk.com> Topicbox-Message-UUID: e795747e-eacd-11e9-9e20-41e7f4b1d025 > Do people use the plan 9 compilers? It doesn't seem like the p9 compilers > are suited for high performance number crunching (not that I think they > are bad compilers). Have people ported optimizing compilers? If > so, which ones, and are they available? I use them for "number crunching" (in my case constructive enumeration of graphs). The 8c compiler does some optimization, even though it has no '-O' flag. I found that on x86, the speed is comparable to that of 'gcc -O2'. The performance gain with 'gcc -O[34]' is minimal in my case. The compilation speed of 8c is unbeaten. Christian