From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2505 invoked by alias); 23 Oct 2015 15:57:41 -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: 36923 Received: (qmail 14384 invoked from network); 23 Oct 2015 15:57:40 -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=HHUWQRHOWTpykMTKcBvR0IFeiJYgEG72tYd1F98xT+I=; b=qgn3RS1rwcwBzJ81jA0YnVt1rkTU+wuAzKjHPqAKTFvNohYXQG9tBtBRadMmvbvvDk 322Nelm3hl49b2Z0sgNma4y3dNa1yZm7pB5VqbDKoIB2BBWPhfw/TXmFAVyzM4VCDSNO CJ1TiMKoacxsR5otV/dFx2rVC/NTPboMh9BDTyx4B6A3PwmuCjWqlGgtvf+LdQOjwbwF Qm8DaKWw0vWprmt/7oSBvkgr1TUTOHX58/+zFmmH4ayyP6D2XoN+FEXe2nCc5foMKguY Q4xxjqpFF2x2shQ5zpEdTpG7Am2US/cEJzdG7hP1PqoxCgADtZ1I+KPaljpjnH+3nkHK yoMA== X-Received: by 10.112.13.98 with SMTP id g2mr11682648lbc.18.1445615857345; Fri, 23 Oct 2015 08:57:37 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: 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> From: Sebastian Gniazdowski Date: Fri, 23 Oct 2015 17:57:17 +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 23 October 2015 at 17:40, Sebastian Gniazdowski wrote: > I attach the patch that withdraws 9f8e3e8 and 643aca9 (which are 36834) One note is that 643aca9 isn't fully from 36834 because: if (fheap == h) fheap = NULL; Is moved to top of "if (h->next) {". Was this intended? Best regards, Sebastian Gniazdowski