[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Make CVS HEAD version build out of the box
From: |
Eli Zaretskii |
Subject: |
Re: Make CVS HEAD version build out of the box |
Date: |
Wed, 03 Oct 2007 09:42:45 +0200 |
> Date: Wed, 3 Oct 2007 09:26:46 +0800
> From: "Yongwei Wu" <address@hidden>
> Cc: address@hidden
>
> Just that I never found the "= '\0'" line here being run :-(, even
> when I have a rule like "test.exe: BUG/". So the copying looks a
> waste of CPU time.
Well, memcpy is very fast, and at least with GCC, it's inlined.
> Though I do not believe it can really hurt the performance
I think it's negligible, since Make's performance is driven by other,
much slower, factors.
- Re: Make CVS HEAD version build out of the box, (continued)
Re: Make CVS HEAD version build out of the box, grischka, 2007/10/01
- Re: Make CVS HEAD version build out of the box, Eli Zaretskii, 2007/10/01
- Re: Make CVS HEAD version build out of the box, Paul Smith, 2007/10/02
- Re: Make CVS HEAD version build out of the box, Eli Zaretskii, 2007/10/03
- Re: Make CVS HEAD version build out of the box, Yongwei Wu, 2007/10/03
- Re: Make CVS HEAD version build out of the box, Eli Zaretskii, 2007/10/03
Re: Make CVS HEAD version build out of the box, Earnie Boyd, 2007/10/03
Re: Make CVS HEAD version build out of the box, Eli Zaretskii, 2007/10/03
Re: Make CVS HEAD version build out of the box, Paul Smith, 2007/10/03
Re: Make CVS HEAD version build out of the box, Yongwei Wu, 2007/10/03
RE: Make CVS HEAD version build out of the box, Dave Korn, 2007/10/03
RE: Make CVS HEAD version build out of the box, Paul Smith, 2007/10/03