[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: performance issue with cgywin make
From: |
Eli Zaretskii |
Subject: |
Re: performance issue with cgywin make |
Date: |
Sat, 09 Dec 2006 13:25:58 +0200 |
> Date: Fri, 08 Dec 2006 21:46:18 -0500
> From: Bill Hoffman <address@hidden>
>
> So, the windows native stat is about 3 X faster.
This is not really a valid conclusion: `stat' does much more than just
get the file's attributes via a single Win32 API call. And Make does
use the result of the other API calls, such as st_ino, st_dev, and
st_mode, for example.
Re: performance issue with cgywin make, Eli Zaretskii, 2006/12/08
- Re: performance issue with cgywin make, Earnie Boyd, 2006/12/08
- Re: performance issue with cgywin make, Christopher Faylor, 2006/12/08
- Re: performance issue with cgywin make, Bill Hoffman, 2006/12/08
- Re: performance issue with cgywin make, Earnie Boyd, 2006/12/08
- Re: performance issue with cgywin make, Bill Hoffman, 2006/12/08
Re: performance issue with cgywin make,
Eli Zaretskii <=
Re: performance issue with cgywin make, Bill Hoffman, 2006/12/09
Re: performance issue with cgywin make, Christopher Faylor, 2006/12/10
Re: performance issue with cgywin make, Earnie Boyd, 2006/12/10