Re: GNOME Performance (was Re: Suggestions)



Hmmm...

If you install the precompiled binaries from a distro like RedHat you
may end up with i386 distributions. For some obscure reason, when I
install RedHat 6.2 on my computer (an Athlon 650 with 320mB of RAM) it
decides that it's going to install the i386 RPM's probably because it
can't work out that an Athlon is an i686.

The short of the matter is that I end up with a 650MHZ i386 - hardly a
good use of my resources.

I tend to rebuild everything like crazy with the following flags:

CFLAGS=-O5 -march=athlon -fomit-frame-pointer -ffast-math
-finline-functions -malign-loops=4 -malign-jumps=4 -malign-functions=4

(I use Athlon GCC, most would want to change the march to pentium or
pentiumpro)

I also throw debugging out the window because it does actually conflict
with the way the compiler wants to optimise things. Believe me, the
difference once I've done this is absolutely astounding.

DL
-- 
Don't you find it rather touching to behold
The OS that came in from the cold
Seen for what it is: religion, plus finesse
Countries, creeds, mean nothing - only Linux...




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]