Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Wed, 15 Mar 2000 14:12:04 -0500 To: Chris Faylor Subject: Re: Cygwin performance (was [ANN] PW32 the...) Message-ID: <20000315141204.E31321@cygnus.com> Reply-To: cygwin-developers AT sourceware DOT cygnus DOT com Mail-Followup-To: cgf AT cygnus DOT com, Chris Faylor References: <20000315091124 DOT I19524 AT cygnus DOT com> <2788 DOT 000315 AT logos-m DOT ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.8i In-Reply-To: <2788.000315@logos-m.ru>; from deo@logos-m.ru on Wed, Mar 15, 2000 at 06:55:44PM +0300 On Wed, Mar 15, 2000 at 06:55:44PM +0300, Egor Duda wrote: >CF> chattr --stat-lite ls.exe > >well, perhaps that's a way. but anyway, i think that application author or >porter should be able to "set" this flag on per-call-basis. if in some >function he don't need inode, nlinks, but only st_size and st_atime he >can give "stat" a hint. Sure. I was looking for a way to change things globally without recompiling. Probably "ls" was a bad example for this. cgf