This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: malloc: performance improvements and bugfixes


On Tue, 2016-01-26 at 09:26 -0800, JÃrn Engel wrote:
> On Tue, Jan 26, 2016 at 06:20:25PM +0100, Torvald Riegel wrote:
> > 
> > How do the allocation patterns look like?  There can be big variations
> > in allocation frequency and size, lifetime of allocated regions,
> > relation between allocations and locality, etc.  Some programs allocate
> > most up-front, others have lots of alloc/dealloc during the lifetime of
> > the program.
> 
> Lots of alloc/dealloc during the lifetime.  To give you a rough scale,
> malloc consumed around 1.7% cputime in the stable state.  Now it is down
> to about 0.7%.

Eventually, I think we'd like to get more detail on this, so that we
start tracking performance regressions too and that the model of
workloads we have is less hand-wavy than "big application".  Given that
malloc will remain a general-purpose allocator (at least in the default
config / tuning), we'll have to choose trade-off so that they represent
workloads, for which we'll have to classify workloads in some way.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]