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

Re: Allocation of read buffers

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 23 Apr 2014 12:46:23 +0100

Julian Foad <julianfoad_at_btopenworld.com> writes:

> What else is important?

Recursive functions have to be particularly careful not to allocate too
much stack memory.

> The "restricted stack space" concern may be the most important. I
> don't know whether this concerns us in practice, for buffers in the 64
> KB size range, on the platforms we target.

Stack sizes vary so what works on one system may not work on another.
Java JNI and Android are two cases where stack limits might be lower.

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
Received on 2014-04-23 13:47:01 CEST

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.