bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible eval builtin speedup?


From: Andreas Schwab
Subject: Re: Possible eval builtin speedup?
Date: Fri, 07 Mar 2008 11:43:52 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (gnu/linux)

"Nicolas Bonifas" <nikos42@gmail.com> writes:

> Bash starts slowly on my 600 Mhz computer (.62 seconds). I wanted to
> understand why, and here is what I found:
>
> $ time eval `dircolors`

This has nothing to do with eval, the command is underquoted.  You are
measuring the time it takes to apply filename expansion on the result of
dircolors, which is significant.  For example, note the time difference
between echo $LS_COLORS and echo "$LS_COLORS".

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]