Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2009 15:27:37 +0100 (CET)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        Geoff Fritz <gfritz@gmail.com>
Cc:        Gr?newald Micha?l <michaelgrunewald@yahoo.fr>, freebsd general questions <freebsd-questions@freebsd.org>
Subject:   Re: Cooking LLVM in FreeBSD 8
Message-ID:  <alpine.BSF.2.00.0903171525310.58134@wojtek.tensor.gdynia.pl>
In-Reply-To: <20090317140221.GA85698@dev.null>
References:  <CF72636E-0A45-4970-BAF0-FDD53C8456B7@yahoo.fr> <alpine.BSF.2.00.0903171347550.57834@wojtek.tensor.gdynia.pl> <20090317140221.GA85698@dev.null>

next in thread | previous in thread | raw e-mail | index | archive | help
>
> It does look promising, though.  I hope it'll eventually surpass gcc in

actually - it's matter of measurement. for example - gcc generated code is 
very fast, but often in expense of code size. Even -Os compiled programs 
are quite large.

Large code=less efficient caching=SLOWER overall performance with mixed 
load and lots of task switching which is normal under unix.

Even if this new compiler generates slightly slower but SMALLER code, it 
could produce overall-faster system



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.0903171525310.58134>