Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Cores almost on demand in patcompile()
- X-seq: zsh-workers 39595
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Cores almost on demand in patcompile()
- Date: Sun, 9 Oct 2016 18:09:42 +0200
- Cc: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- 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 :cc; bh=TZ80/AikCPe6MszpMK/XmmOo+X0AnhVRsxoERkmBMAg=; b=Z4QvyXeMFjPhqfrIvg/wIwMhbO3tlKQKeiH4ZVzzoTHmjlyv1Vs8CokwgCObDJNI/O k6/SopQRt4F8S1chPT1b5X5DaO0BMLrbPf5JSU9ubDVTAgPrQZLFKthXxFoyJLdPPnTz 1UqY/rhdIBHOTMpTJbtJ1xHXEkrgOhJV0gdN1rFZUAKtOVABptM6N/QcfJI2m/rsRME9 9tQzRCofgxupp/zIA5+Wt94TuYrgJ1081Avyfd1veZsi6fv/G0mKSCZGg3M5pANM031z eJK+58abAhWY+Ux2SLV7xnQBGw4pPzGLTHNBl1teZtCYI3Eu0FvDUUWGg2TLLmBcTE77 awvQ==
- In-reply-to: <CAKc7PVB=485r3nRz_pP3A-k-oq2pOp5qYUK7pE1VEApXb0pR1g@mail.gmail.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: <CAKc7PVBEjPJMtV59CrN6LmrDaoGqfa_DZqwo3Y9HK=+0od7ycA@mail.gmail.com> <CAKc7PVCAR2yTJGgdBbvTp=mBC0ZrXcVWW0DE_U26TezSTNdd=A@mail.gmail.com> <CAKc7PVB=485r3nRz_pP3A-k-oq2pOp5qYUK7pE1VEApXb0pR1g@mail.gmail.com>
I have extended_glob set in zshenv. It is needed. However it seems
that the additional ABSD setting (huh I did fork in .zshenv, turns
out) helps to make the core more often. With only extended_glob ~15
runs are needed. I attach complete test.zsh.
ABSD=0
[[ `uname` = "Darwin" ]] && ABSD=1
[[ `uname` = "SunOS" ]] && ABSD=1
setopt extended_glob
...
...
Best regards,
Sebastian Gniazdowski
Attachment:
test.zsh
Description: Binary data
Messages sorted by:
Reverse Date,
Date,
Thread,
Author