yes, certainly, I'm aware of "make -j 3", but two
separate projects which look at different files and parts of the
disk (causing lots of head skips, cache threshing etc)?

It just sounds wierd to me that someone will run two such
large compilations in parallel and then say that the compiler is
slow. Slow compared to what? gcc in the same situation?

Just trying to watch and learn...

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 24, 2003 2:49 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: Intel compiler vs. gcc
> 
> 
> no it doesn't
> 
> there is sense in compiling few things together.
> as a matter of fact, it takes a lot less time to compile the 
> kernel by 
> make -j 30 than by make
> ( at least on my computer)
> 
> the reson, is that on the time the cpu wait for the disk to write one 
> file or read another, it can compile another file
> remember that a lot of files use the same header files and compiler 
> files, so it stayes in memory an can be used while
> the cpu is on iowait.
> 
> erez.
> 
> 
> [EMAIL PROTECTED] wrote:
> 
> >What's the point of running two such compilations in parallel?
> >They just compete on cpu and resources.
> >Have you tried to do the same (compile X11 and KDE CVS's at
> >the same time) with the GNU gcc and got better results?
> >
> >  
> >
> >>-----Original Message-----
> >>From: Hetz Ben-Hamo
> >>[mailto:[EMAIL PROTECTED]
> >>Sent: Monday, February 24, 2003 1:20 PM
> >>To: [EMAIL PROTECTED]
> >>Cc: [EMAIL PROTECTED]
> >>Subject: Re: Intel compiler vs. gcc
> >>
> >>
> >>    
> >>
> >>>>They claim 30% performance gain on gcc 3.2..
> >>>>        
> >>>>
> >>>I've read (don't remember the source, sorry, maybe lkml) that 
> >>>snapshot gcc from CVS is closing the gap quickly. 
> >>>      
> >>>
> >>My only gripe is that the compile speed itself is 
> >>SSLLOOWWW... compiling X11 
> >>CVS + KDE CVS at the same time is a great way to see how to 
> >>bring your CPU to 
> >>it's knees..
> >>
> >>I wish someone could hack the auto* tools to work with 
> >>{borland, Intel} 
> >>compilers...
> >>
> >>Thanks,
> >>Hetz
> >>
> >>
> >>=================================================================
> >>To unsubscribe, send mail to [EMAIL PROTECTED] with
> >>the word "unsubscribe" in the message body, e.g., run the command
> >>echo unsubscribe | mail [EMAIL PROTECTED]
> >>
> >>
> >>
> >>---------- Your email is protected by Mailshell ---------- 
> >>As you requested, this email was forwarded to you by Mailshell.
> >>Mailshell will forward your replies to this email and keep your
> >>private email address safe.
> >>
> >>To unsubscribe safely and easily using Mailshell or to stop 
> >>forwarding:
> >>http://www.mailshell.com/control.html?a=blshp8bbumg87yq1j9157q
> >>    
> >>
> >v2pz6_58z35eg0
> >
> >Wouldn't you rather have amos.shapira.com as your personal domain?
> >http://rd.mailshell.com/ad465
> >Earn up to $3 for each of your friends who signs up with Mailshell!
> >http://rd.mailshell.com/sp5
> >
> >=================================================================
> >To unsubscribe, send mail to [EMAIL PROTECTED] with
> >the word "unsubscribe" in the message body, e.g., run the command
> >echo unsubscribe | mail [EMAIL PROTECTED]
> >  
> >
> 
> 
> =================================================================
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
> 
> 
> 
> ---------- Your email is protected by Mailshell ---------- 
> As you requested, this email was forwarded to you by Mailshell.
> Mailshell will forward your replies to this email and keep your
> private email address safe.
> 
> To unsubscribe safely and easily using Mailshell or to stop 
> forwarding:
> http://www.mailshell.com/control.html?a=blshp8bbumg87yq1j9157q
v2pz6_58z35eg0

Wouldn't you rather have amos.shapira.com as your personal domain?
http://rd.mailshell.com/ad465
Earn up to $3 for each of your friends who signs up with Mailshell!
http://rd.mailshell.com/sp5

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to