Gentoo Archives: gentoo-dev

From: "Preston A. Elder" <prez@××××.net>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] KDE speed - wow
Date: Mon, 08 Apr 2002 12:48:17
Message-Id: 1018288091.21862.4.camel@haven
In Reply to: [gentoo-dev] KDE speed - wow by Sebastian Werner
1 A word of warning. The -funroll-loops optimization CAN cause problems
2 with GCC 3.0.x. I used to use all of the below optimizations myself,
3 until I found -funroll-loops was more trouble than its worth (I had
4 several programs I actively debugged, only to find it was an
5 optimization error, and removing that particular optimization fixed the
6 problem -- the code itself looked fine).
7
8 Just a friendly note. I dont believe theres a problem with
9 -funroll-loops on gcc 2.95.x.
10
11 On Mon, 2002-04-08 at 11:13, Sebastian Werner wrote:
12 > Hey,
13 >
14 > i compiled a fresh kde 3 desktop and all I could say...
15 >
16 > wow what a speed!!! Never dream about KDE could have this speed and eyecandynes.
17 >
18 > I use gcc-3.0.4 with the following cflags:
19 > -march=i686 -O3 -pipe -fforce-addr -funroll-loops -fomit-frame-pointer -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4
20 >
21 > the newest binutils (2.12.90.0.3) package with active combreloc
22 >
23 > and the default gentoo kernel with all it's speed enhancements... ;-)
24 >
25 > Sebastian
26 > _______________________________________________
27 > gentoo-dev mailing list
28 > gentoo-dev@g.o
29 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
30 --
31 PreZ
32 Systems Administrator
33 GOTH.NET
34
35 Goth Code '98: tSKeba5qaSabsaaaGbaa75KAASWGuajmsvbieqcL4BaaLb3F4
36 nId5mefqmDjmmgm#haxthgzpj4GiysNkycSRGHabiabOkauNSW
37
38 GOTH.NET - http://www.goth.net
39 Free online resource for the gothic community.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] KDE speed - wow Sebastian Werner <sebastian@××××××××××××××××××.de>