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

Re: svn commit: rev 7852 - trunk/subversion/libsvn_repos

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-11-26 17:38:35 CET

Greg Hudson <ghudson@MIT.EDU> writes:

> > GCC doesn't allocate stack space for each scope, only once at the
> > beginning of each function, so if you really want to avoid these
> > buffers you need to put this code into a separate function.
>
> I don't see what's so harmful about putting 256K of buffers on the stack
> in a non-recursive function.

Nothing really. But there is harm in coding while brain-dead.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 26 17:39:44 2003

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.