Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Optimizations, extra memory of (r) flag (the padding)



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