Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Mon, 31 Jan 2005 08:30:08 +0100
From: Stepan Kasal <kasal@ucw.cz>
To: autoconf-patches@gnu.org
Cc: cygwin@cygwin.com
Subject: Re: _AS_DETECT_BETTER_SHELL speedup
Message-ID: <20050131073008.GD10602@matsrv.math.cas.cz>
Mail-Followup-To: autoconf-patches@gnu.org, cygwin@cygwin.com
References: <87k6pydbfw.fsf@penguin.cs.ucla.edu> <20050127174957.GC12120@iam.uni-bonn.de> <87mzuu14oy.fsf@penguin.cs.ucla.edu> <20050128091600.GD13052@matsrv.math.cas.cz> <20050128111251.GA29166@iam.uni-bonn.de> <87sm4lp7pf.fsf@penguin.cs.ucla.edu> <2005-01-29-14-07-53+17789+adl@gnu.org> <20050129134318.GC29209@orchestra.cs.caltech.edu> <2005-01-29-15-03-54+19292+adl@gnu.org> <20050129143419.GB27511@orchestra.cs.caltech.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20050129143419.GB27511@orchestra.cs.caltech.edu>
User-Agent: Mutt/1.4.1i
X-Virus-Status: Clean
X-Spam-Status: No, hits=-1.5 required=5.0 tests=BAYES_01 autolearn=no version=2.64
X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on matsrv.math.cas.cz

Hello,

On Sat, Jan 29, 2005 at 06:34:19AM -0800, Noah Misch wrote:
> On Sat, Jan 29, 2005 at 03:03:53PM +0100, Alexandre Duret-Lutz wrote:
> > $ strace bash -c '{ foo; } 2>/dev/null' 2>&1 | grep clone
> > clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7f93bc8) = 19138
...
> It indeed turns out that `bash' and the V7 Bourne shell fork in all three cases,
> `ash' and `pdksh' fork only in the first two, and `zsh' forks for none.

I had to use
	$ strace bash -c '{ foo; } 2>/dev/null' 2>&1 | grep fork
with my Linux 2.4.x kernel.

But yes, this proves that "{ ...; }" has no advantage over "(exec ...)".

This also means that we don't need any benchmark from the Cygwin people.
(I apologize to cygwin subscribers.)

Thank you, Alexandr,
	Stepan Kasal

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

