Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Tue, 13 Feb 2001 15:06:36 -0500 Message-Id: <200102132006.PAA09417@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: jik AT curl DOT com CC: cygwin AT cygwin DOT com In-reply-to: <20010213195637.17813.qmail@lizard.curl.com> (message from Jonathan Kamens on 13 Feb 2001 14:56:37 -0500) Subject: Re: Optimizing away "ReadFile" calls when Make calls stat() References: <4 DOT 3 DOT 1 DOT 2 DOT 20010213134821 DOT 019a7130 AT pop DOT ma DOT ultranet DOT com> <20010213190131 DOT 14369 DOT qmail AT lizard DOT curl DOT com> <200102131935 DOT OAA09136 AT envy DOT delorie DOT com> <20010213194612 DOT 17311 DOT qmail AT lizard DOT curl DOT com> <200102131954 DOT OAA09284 AT envy DOT delorie DOT com> <20010213195637 DOT 17813 DOT qmail AT lizard DOT curl DOT com> > > Perhaps you could > > propose a set of mount flags to optimize common situations? We > > already have one to avoid the read-for-execute test, > > Could you elaborate on that? $ mount --h ... -x treat all files under mount point as executables. > I think that's a very good idea. If you tell me a little bit more > about the read-for-execute mount flag, with which I'm not familiar, I > can look into implementing a similar thing for symbolic links. winsup/utils/mount.cc sets it. defines MOUNT_CYGWIN_EXEC but look for PATH_ALL_EXEC to see where it's relevent (in path.{cc,h}). -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple