Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Slowdown around 5.0.5-dev-0
- X-seq: zsh-workers 36970
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Slowdown around 5.0.5-dev-0
- Date: Mon, 26 Oct 2015 08:41:24 +0100
- 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=rOIViGCWqOzToBCZFTEGSTsFq16Zjl8H0INjTdaIQAI=; b=KRvu/O14SDzvEZu7wIq45dtq6APuYsl2xVS2bZ1qBZmWGiOPe0sw/q2BJWGiJNUuOx swLtg9/QYIxnLL2rXdjTzRiOxwsta5NFO2hcjo5X9BmFur5fRiAxhBhPlzBs7gHz1WnJ tvhus3T7zJIY5/6PphmUpKdqkrJSB62ZQOW/c3MrybWewYMvUGDFhLr5tTdJxwFRX0t4 Iph0cRtdrtfqppNxwlwiqApAzWxWKYY6LtJc1puDCp7kQNedGNuQ5jtmL5702rGW8je3 Uc71yfCkQfITPVJPFkgbktPUs4B0gzqzKmbd2FZLnbQ+/dYeq39X/VeWYaJmMbmAZ1XA BI2w==
- In-reply-to: <151025174938.ZM30110@torch.brasslantern.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVDS5nWLQVMdrxMJqfpZofgTd7ZQMjAf=+DQmtC_h=7eqQ@mail.gmail.com> <151025102304.ZM29756@torch.brasslantern.com> <CAKc7PVBUzPVfa_KPYEK7z0CbM=U2CWr8fx4SuHOC=AiTxQpJbg@mail.gmail.com> <151025174938.ZM30110@torch.brasslantern.com>
On 26 October 2015 at 01:49, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> Hm. If it shows up between 5.0.7 and 5.0.8 and can't be explained by
> different compilers or different compiler flags, then other culprits
> might be:
>
> * 36ec763d - 33976: fix overlapping strcpy()
> * one of the several commits that added queue_signals()
>
> That mmap change was the only thing in mem.c from 5.0.7 -> 5.0.8.
I ran git bisect and it pointed to the mmap commit you mentioned
earlier, i.e. to 1f62d8d0be7290883991fb4de640fbecb7714917. Array test
wasn't changing during the search, i.e. was continuously slower.
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author