[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r17572 - in trunk/subversion: libsvn_ra_dav libsvn_repos libsvn_subr

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2005-12-01 00:09:46 CET

On 12/1/05, Greg Hudson <ghudson@mit.edu> wrote:
> On Wed, 2005-11-30 at 17:48 -0600, dionisos@tigris.org wrote:
> > Create a subpool to allocate SVN_STREAM_CHUNK_SIZE buffers. Just before
> > completing successfully, clean the subpool to free the 100kB buffer.
>
> I don't understand the need for this. If the function is being called
> in a loop, the loop should be using an iteration pool. If the function
> is not being called from a loop, 100K is noise.

This commit is a consequence of lundblad 'complaining' about the fact
that I left a buffer allocated in libsvn_subr/subst.c. That buffer was
about the same size. So, I looked where else the buffer was allocated
and disposed of, moving the allocation to a subpool if it wasn't
already.

> If the functions return allocated information, that might make it worth
> doing large temporary allocations in a subpool. You didn't include any
> symbol names in your log message, so I can't easily tell whether you
> modified functions of that nature.

No, I didn't modify any of those.

bye,

Erik.
Received on Thu Dec 1 00:10:41 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.