Re: Pentium 4 Optimizations

2002-12-13 Thread Hiro Yoshioka
> > Perhaps. But that supposes that compiling with --march=pentium4 makes > much difference with gcc. I don't doubt it would make a real difference > with the Intel compiler but my own experince with gcc (admittely on PII > and PIII) makes me sceptical about it. > >

optimising for CPU and compiler [was: Data and common sense aboutPIV optimizations, Gcc and the Intel compiler;]

2002-12-13 Thread Florin Andrei
Excellent message! I'll insert my comments below. When reading them, please keep in mind that my main focus is multimedia (apps, codecs, players, transcoding...). On Fri, 2002-12-13 at 13:19, Jean Francois Martinez wrote: > > 3) The above discussion does not refer to use of MMX/SSE instructions.

Re: Pentium 4 Optimizations

2002-12-13 Thread Florin Andrei
On Thu, 2002-12-12 at 18:42, John wrote: > On Thu, 12 Dec 2002, Tesla 13 wrote: > > > > > Even if I don't gain anything, I just don't want my binaries to run on a > > > > bloody 386 SX. Period. > > > > > >If procinfo shows 91% idle (as it does on my Athlon), then how much is > > >there to gain? 10

Data and common sense about PIV optimizations, Gcc and the Intelcompiler;

2002-12-13 Thread Jean Francois Martinez
>From benchmarks and with Gcc: 1) Most of the optimization (at least 80% of it) doesn't come from processor specific instructions but from selecting alternatives who are better to a specific processor. On a PIII you gain around 10% when using -mcpu=i686 instead of -mcpu=i386 (mcpu=i686 means the

Re: How to get RedHat 8.0 to allow core dump files

2002-12-13 Thread Dan Winslow
Heh, ok, serves me right for complaining. Thanks. - Original Message - From: "Bill Rugolsky Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 13, 2002 10:57 AM Subject: Re: How to get RedHat 8.0 to allow core dump files > On Fri, Dec 13, 2002 at 10:55:17AM -0600, Da

Re: How to get RedHat 8.0 to allow core dump files

2002-12-13 Thread Dan Winslow
Alright, that's a good point. I forgot the thread model uses seperate pids. Haven't done much with threading on Linux else I probably would have been happier with it. - Original Message - From: "Douglas Kilpatrick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 13, 200

Re: How to get RedHat 8.0 to allow core dump files

2002-12-13 Thread Bill Rugolsky Jr.
On Fri, Dec 13, 2002 at 10:55:17AM -0600, Dan Winslow wrote: > I just would like to say, that this is an extremely ill-thought out change. > It's a change to basic behavior thats been in place for years and years, and > makes core files even MORE problematic for disk space as they don't > overwrite

Re: How to get RedHat 8.0 to allow core dump files

2002-12-13 Thread Douglas Kilpatrick
On Fri, 13 Dec 2002 10:55:17 -0600 "Dan Winslow" <[EMAIL PROTECTED]> wrote: > I just would like to say, that this is an extremely ill-thought out > change. It's a change to basic behavior thats been in place for years ...that I'm thankful for. > and years, and makes core files even MORE problema

Re: How to get RedHat 8.0 to allow core dump files

2002-12-13 Thread Dan Winslow
I just would like to say, that this is an extremely ill-thought out change. It's a change to basic behavior thats been in place for years and years, and makes core files even MORE problematic for disk space as they don't overwrite each other. Is this a ReddHat change, or a linux kernel change? If R

Re: Pentium 4 Optimizations

2002-12-13 Thread Craig Kelley
On 13 Dec 2002, Jean Francois Martinez wrote: > On Fri, 2002-12-13 at 04:02, Gary Sandine wrote: > > On Thu, 2002-12-12 at 19:42, John wrote: > > > However, if you wish to persist with building everything yourself, the > > > the project for you is "Linux from Scratch." > > > > Perhaps Gentoo is m