From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26843 invoked by alias); 16 Oct 2015 00:37:28 -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: 36873 Received: (qmail 29917 invoked from network); 16 Oct 2015 00:37:28 -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 autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=pKoQVnATy+RFUcxk/c2TmeCxnfzrBjB4nymwClreYOw=; b=U2UZiYZiC9fpzIe2hgRVugz97qXSscrhh+YEzXx0XL2Z/0ksxfmxrmgHYXGyjeBwf0 xKVl2NZhX41uXWwbQqDSPBT/DZTeVLZpUFXT0b/W70vea/USa8iSdQxRIMdvpP0uWi8c 4tiVdtDZ+G6iwAvOIBZ1VoWXNjpFsTg6aIfXI4JcLwchQSogE0nm0G6mIUqyU8sHHs+O Cj1DH9KOEX71H3/G0sBkIwaPqkE1E/P/h8+mSxbgmLSNChnS5EAl8SgSh/dJtezrjd4e 0b1tTDfg4zr5C88vx9N98AkQi5L3BbYn1gyG6DBGgDQPFrF3Na9YkRE/n8eNhSG/M8H/ uY3g== X-Gm-Message-State: ALoCoQlUhadeQweOAKmsKtCWfNxMeY0bdS17pUVUt9wxKNAYrmJj8rTzoZrPmE+CdTstfJu1H2b+ X-Received: by 10.182.70.38 with SMTP id j6mr8098884obu.40.1444955842562; Thu, 15 Oct 2015 17:37:22 -0700 (PDT) From: Bart Schaefer Message-Id: <151015173721.ZM30743@torch.brasslantern.com> Date: Thu, 15 Oct 2015 17:37:21 -0700 In-Reply-To: Comments: In reply to Sebastian Gniazdowski "Re: Slowdown around 5.0.5-dev-0" (Oct 15, 3:03pm) 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> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: Slowdown around 5.0.5-dev-0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Oct 15, 3:03pm, Sebastian Gniazdowski wrote: } } What test function could stress the recent changes? Something that makes a lot of function calls, some with and some without declaring local variables, and to different depths of recursion.