Gentoo Archives: gentoo-performance

From: Matthew Groote-Kirsch <mkirsch@××××××××××.net>
To: gentoo-performance@l.g.o
Subject: Re: [gentoo-performance] best Gcc compilzation flags
Date: Mon, 22 Nov 2004 07:47:33
Message-Id: 20041122024722.2a2f6239@mkirsch.none.net
In Reply to: [gentoo-performance] best Gcc compilzation flags by Server Tuneup mission
1 I settled on:
2
3 CFLAGS="-O2 -frename-registers -ftracer -funroll-loops -fomit-frame-pointer -pipe -march=athlon"
4
5 Looking around on the forums a bit, it seemed like -O2 is recommended over -O3.
6
7
8
9 On Mon, 22 Nov 2004 12:15:59 +0500
10 "Server Tuneup mission" <talha@×××××××××××××.pk> wrote:
11
12 > Dear all
13 >
14 > which are the best Gcc compilation flags used with gentoo which will likely
15 > to give maximum performance
16 >
17 > a.g -O3 -march=Pentium -fprefetch-loop-arrays -funroll-loops
18 >
19 > i have 2 servers Pentium 3 and Pentium 4 Intel based
20 >
21 > any information will be help appreciated !!!!
22 >
23 > Thanks and Regards
24 >
25 > UX
26 >
27 >
28 > --
29 > gentoo-performance@g.o mailing list
30 >
31
32 --
33 gentoo-performance@g.o mailing list

Replies

Subject Author
Re: [gentoo-performance] best Gcc compilzation flags Paul de Vrieze <pauldv@g.o>
Re: [gentoo-performance] best Gcc compilzation flags Server Tuneup mission <talha@×××××××××××××.pk>