Re: Excessive calls to stat in ftsfind

2008-12-01 Thread James Youngman
On Wed, Jul 30, 2008 at 4:42 PM, Andreas Schwab <[EMAIL PROTECTED]> wrote: > When using fts there are too many calls to stat compared to oldfind. > One problem is the use of an uninitialized variable in > ftsfind.c:consider_visiting, see the patch below for a fix. Another > problem is that with ft

Excessive calls to stat in ftsfind

2008-07-30 Thread Andreas Schwab
When using fts there are too many calls to stat compared to oldfind. One problem is the use of an uninitialized variable in ftsfind.c:consider_visiting, see the patch below for a fix. Another problem is that with fts there is no way to distinguish state.have_stat and state.have_type, ie. fts_read