>>>>> "david" == David Walluck <[EMAIL PROTECTED]> writes:
Hi
david> The idea would be that you only needed basic compiler et. al, anything
david> that was downloaded as a binary, for example gcc, would be compiled at the
david> final stage of the install, after all the other packages were built
david> successfully. Again, without an optimized compiler, you may also fail to
david> get optimized packages, but as I have said in pervious e-mails, lots of
david> packages have problems with some optimizations thata re supposedly safe,
david> meaning they will fail to compile. So the question becomes, if only the
david> optflags that were originally used are safe, what benefits do we get from
david> recompiling? In my case I wonder if -march=athlon -O2 is even faster than
david> -O3 -march=pentiumpro. Again, in some cases we are talking a 'mere' 5%
david> increase, but I have always thought one of the main advantages to having
david> the source code was so that you could make the most from your hardware.
Notice that for the majority of the packages, it doesn't matter if it
has been compiled optimized or not, only glibc, gcc (if you are a
developer), kernel and a few other packages are really important. It
is really the same if your xbiff/xclock whatever takes 0.01 ms or 0.1
ms, it is a 10x improvement (which I think that is very difficult to
achieve) and you will not we seeing the difference.
Later, Juan.
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy