Gentoo Archives: gentoo-amd64

From: Jani Averbach <jaa@×××××××.fi>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Re: gcc 4.1.1
Date: Wed, 07 Jun 2006 01:11:35
Message-Id: 20060607010816.GA31588@jaa.iki.fi
In Reply to: [gentoo-amd64] Re: gcc 4.1.1 by Duncan <1i5t5.duncan@cox.net>
1 On 2006-06-01 13:34+0000, Duncan wrote:
2 >
3 > BTW, the 4.1 series is IMO the biggest jump in gcc efficiency for amd64
4 > since the -march=k8 support got added in 3.3.
5
6 Inspired by your comment, I installed 4.1.1 and did very un-scientific
7 test: dcraw compiled [1] with gcc 3.4.5 and 4.1.1. Then convert one
8 raw picture with it:
9
10 time dcraw-3 -w test.CR2
11 real 0m10.338s
12 user 0m9.969s
13 sys 0m0.332s
14
15 time dcraw-4 -w test.CR2
16 real 0m9.141s
17 user 0m8.849s
18 sys 0m0.292s
19
20 This is pretty good, and that was only the dcraw, all libraries are
21 still done by gcc 3.4.x.
22
23 BR, Jani
24
25 P.S. gcc -march=k8 -o dcraw -O3 dcraw.c -lm -ljpeg -llcms
26
27 --
28 Jani Averbach
29 --
30 gentoo-amd64@g.o mailing list

Replies

Subject Author
[gentoo-amd64] Re: gcc 4.1.1 Duncan <1i5t5.duncan@×××.net>