On 2006-06-01 13:34+0000, Duncan wrote:
> 
> BTW, the 4.1 series is IMO the biggest jump in gcc efficiency for amd64
> since the -march=k8 support got added in 3.3.  

Inspired by your comment, I installed 4.1.1 and did very un-scientific
test: dcraw compiled [1] with gcc 3.4.5 and 4.1.1. Then convert one
raw picture with it:

time dcraw-3 -w test.CR2
real           0m10.338s
user           0m9.969s
sys            0m0.332s

time dcraw-4 -w test.CR2
real           0m9.141s
user           0m8.849s
sys            0m0.292s

This is pretty good, and that was only the dcraw, all libraries are
still done by gcc 3.4.x.

BR, Jani

P.S. gcc -march=k8 -o dcraw -O3 dcraw.c -lm -ljpeg -llcms

-- 
Jani Averbach
-- 
[email protected] mailing list

Reply via email to