Re: Patches to compile the kernel with Intel's C/C++ compiler
From: Morten Rodal (morten_at_rodal.no)
Date: 11/11/03
- Previous message: Guido van Rooij: "Re: Patches to compile the kernel with Intel's C/C++ compiler"
- In reply to: Guido van Rooij: "Re: Patches to compile the kernel with Intel's C/C++ compiler"
- Next in thread: Alexander Leidinger: "Re: Patches to compile the kernel with Intel's C/C++ compiler"
- Reply: Alexander Leidinger: "Re: Patches to compile the kernel with Intel's C/C++ compiler"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 11 Nov 2003 16:43:02 +0100 To: Guido van Rooij <guido@gvr.org>
Guido van Rooij wrote:
> On Mon, Nov 10, 2003 at 10:22:21PM +0100, Alexander Leidinger wrote:
>>Hi,
>>
>>at http://www.leidinger.net/FreeBSD/current-patches/ I have some patches
>>which allow to compile the kernel with icc (CC=icc make depend && CC=icc
>>make). They are a joint effort of Marius Strobl and me.
>>
>>The resulting kernel still has some issues (no NFS, some packet loss,
>>... see icc.README in the above mentioned directory), but it boots and
>>runs.
>
>
> What are the benefits of running an icc compiled kernel?
>
The Intel C compiler is known to generate far better code for the
Pentium 4 processor family (and more likely the Itanium processors), and
probably others as well. It certanly beats gcc in most benchmark tests
and other scientific applications.
I have found that icc generates far more, and more accurate, warnings
and errors for programs and this is probably what the FreeBSD kernel
could benefit most from. Having more than one compiler helps the
developers find bugs faster.
-- Morten Rodal
- application/pgp-signature attachment: stored
- Previous message: Guido van Rooij: "Re: Patches to compile the kernel with Intel's C/C++ compiler"
- In reply to: Guido van Rooij: "Re: Patches to compile the kernel with Intel's C/C++ compiler"
- Next in thread: Alexander Leidinger: "Re: Patches to compile the kernel with Intel's C/C++ compiler"
- Reply: Alexander Leidinger: "Re: Patches to compile the kernel with Intel's C/C++ compiler"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|