From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13880 invoked by alias); 24 Oct 2015 06:09:46 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 36929 Received: (qmail 27985 invoked from network); 24 Oct 2015 06:09:44 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=VivcqloScW/UgIEcPilWVbsJOkB7+QNbsnZn8+scp4U=; b=KqyRTandVXqYLtMu6RlI8y81zsMwB73VmmO8tLWsk1BwrOXTiQfKuDFUtGWhE97Ijx oIyr9xlXYAdwIWmPtbgyQxLN76NQ7YRCrQslmZKDX3AKJObIx/j3KYQEKMik+7gEtPQC JBgBokBINQSWzW7Sz6GvAP5zbRAEQuG2sPGf9eVbwIQ+GAy0d15ZRzOy/FUj1TnNN2qV 0jZomjTUICG25Z4jyz8KUIJesiqXcssZLQUYlbgpSmuTwVjqciFnvuetrrYP7rmGawLx ux8f/ae0UfDK1xMosXAcA7WsJIxiZ4sHBhJIF8CwsqGbszmjMS6dccizMqS1bC13iI/N +Ikg== X-Received: by 10.25.28.131 with SMTP id c125mr6748352lfc.99.1445666980166; Fri, 23 Oct 2015 23:09:40 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <151023165006.ZM25785@torch.brasslantern.com> References: <151010105849.ZM10144@torch.brasslantern.com> <151010170623.ZM16166@torch.brasslantern.com> <151010232045.ZM12931@torch.brasslantern.com> <151011091757.ZM27755@torch.brasslantern.com> <151011103121.ZM8814@torch.brasslantern.com> <151011142204.ZM9103@torch.brasslantern.com> <151012070105.ZM15099@torch.brasslantern.com> <151012173304.ZM15477@torch.brasslantern.com> <151013085246.ZM30504@torch.brasslantern.com> <20151014142722.282d0c5a@pwslap01u.europe.root.pri> <151014092536.ZM32511@torch.brasslantern.com> <151014095009.ZM19954@torch.brasslantern.com> <151014213224.ZM15646@torch.brasslantern.com> <151015173554.ZM30733@torch.brasslantern.com> <151019102117.ZM32700@torch.brasslantern.com> <151022080024.ZM6471@torch.brasslantern.com> <151023122655.ZM21177@torch.brasslantern.com> <151023165006.ZM25785@torch.brasslantern.com> From: Sebastian Gniazdowski Date: Sat, 24 Oct 2015 08:09:20 +0200 Message-ID: Subject: Re: Slowdown around 5.0.5-dev-0 To: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 On 24 October 2015 at 01:50, Bart Schaefer wrote: > On Oct 23, 12:26pm, Bart Schaefer wrote: > } > } Try the below patch against 8e9a68ad1 ? > > However, if the results can be considered reliable anyway, note that > 36926 retains most of the search_test speed, which I think is an > improvement over backing out all of 36834 (Sebastian's results for > zsh-newheaps-zhalloc, if I'm reading his email correctly). I ran quick tests yesterday and obtained this too. Good news that not all gains of 36834 will be withdrawn! :) The newheaps-zhalloc is what you write, two following patches without 36834. Best regards, Sebastian Gniazdowski