From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24785 invoked by alias); 3 Mar 2016 00:06:52 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 21341 Received: (qmail 1856 invoked from network); 3 Mar 2016 00:06:51 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-transfer-encoding; bh=h+ph60mdPyzS7vw4lF+vh5EOgKJPaeWWjDOcGgtk+Fc=; b=aymcd6sEZ3IjNHb6IKY1r5+g8Tpwigh26meq+k+GpXEdfx+DEMBJk60qDwVCH1sYMl 94U4M3uHIi87299M0/88C7EB5xw6YXIZytp0WqzXjI0mY34XbMVjXCg0b/OLm5Hg9MVT kJxJV52NMVc2PdpapL33AM4lKsrqCwFRKc3OE+/SG0R7R4rWew4dejejiai3a3OqiVe0 j18epgRW72hfIZvfRa+DF5bjsJxpb3LTY4BTc1X8zUyOqsqWcvtBK1fLUKU4FQT39R33 fA9CXMy9z6uPAC7B5rsqj4NRXPKnC6vy+rBfsqaBebJp3kgww9qVVhD/wE7AtnRKOH5W Dhtg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-transfer-encoding; bh=h+ph60mdPyzS7vw4lF+vh5EOgKJPaeWWjDOcGgtk+Fc=; b=i0KVX8121ZL1vgxqN1//wZOsrGcA+SBaFvls5qYGya13lFdh+ccc2b6OujbUJR5Bzw kc+SZ5BsMORIpvM4K+wXa3uiELFeXKnrHTtMZxgqdYG/GG1NVAH5yVEHXNzu0hgxej7f p55Ic0hsE1f+1jPQTiXY484Ucrt/ZcnNWx0+HqBKwiNHq8Oi2esm4NXV4vQD2otUozti LWSZBFh0jXbCQ23WgY/y0zGOGyWLeujttnH2ZRYY4sbEkreBABb9vQo+jH/0PKouCxsg FrzHwzPzqEr0aUz81+6hzbHiqPNdEjkFSoASd6nSs4Y69/fU0LxEluG6E4N/T2tY2BVj 2r+g== X-Gm-Message-State: AD7BkJL1Ocziqa28BAugOepUhw66XLLAiNG0da05U5XOoM7joE24YtUa7xGODws85MRWlOWBUDIF2jl7W/SQTA== MIME-Version: 1.0 X-Received: by 10.194.223.104 with SMTP id qt8mr18090673wjc.11.1456963609903; Wed, 02 Mar 2016 16:06:49 -0800 (PST) In-Reply-To: References: <160229111212.ZM4272@torch.brasslantern.com> <160301102807.ZM8036@torch.brasslantern.com> <160301160356.ZM10258@torch.brasslantern.com> Date: Wed, 2 Mar 2016 16:06:49 -0800 Message-ID: Subject: Re: Extended globbing seems to have become much slower in recent versions of Zsh From: Bart Schaefer To: Zsh Users Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, Mar 2, 2016 at 12:39 AM, Jesper Nyg=C3=A5rds wrote: > Previously I was using the Apple-provided version of 5.0.5, and the > Homebrew version of 5.2. Now I have instead used different versions of > Homebrew zsh, and I have made sure that the compiler flags were the same > through all versions. I have then run the same tests again, with versions > 5.0.5, 5.0.6, 5.1 and 5.2. OK, thanks; next thing to try: configure --with-stack-allocation I've scanned through diffs and I just don't see any structural changes that would account for that slowdown; the above is a bit of a longshot. Incidentally (for -workers) there's a typo in ChangeLog -- 32932: Src/glob.c -- should say Src/subst.c.