Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Optimizations, extra memory of (r) flag (the padding)
- X-seq: zsh-workers 40952
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Optimizations, extra memory of (r) flag (the padding)
- Date: Mon, 10 Apr 2017 14:33:49 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=x+XzJLn0F63C+5zzBTtu75mCZR08Ym0Pcm49ohe+F0g=; b=txw87iT3BbwTiPyREsjnWw3eodBfQ4HA87DGjYdrVizdRaXDjpvHapygIvZxWTmenJ 5ESyA+NhjXm+wB3c6ng7Nh52bfTgLGQP2MpPF2tcxMN+57IvI/TELcJvF3w2JddGC6fD R1CkpmrVvWHkNyQsHyq96rHSrtXpeoTPBa86gp27WrSSFTSKSCvc/vP8k4t+RCdQHMly 5bagzBAZzH4f4ZODBB0gPzGMsDU7VTpaI2XjclHZwQu4TqRgFQKQqjgaoXAkIuqJfGYE LWxJWVtGBt6g8VLZCfyalG1OkAhlH1rHtC9mpWb7ZBf/O0sOdbm+ARelE8liy45vvJya Cu9g==
- In-reply-to: <etPan.58eb0a89.238e1f29.15fbc@MacMini.local>
- 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: <etPan.58e9d581.643c9869.15fbc@MacMini.local> <etPan.58eb0a89.238e1f29.15fbc@MacMini.local>
On Apr 10, 6:31am, Sebastian Gniazdowski wrote:
}
} I bisected this to:
}
} 9f8e3e8 36834: freeheap preserves last allocated heap
I was going to suggest that this was probably related.
The heap is optimized for a use pattern that fluctuates up and down --
lots of relatively small values coming and going, which is way more
common in shell scripts than huge values that hang around.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author