On Nov 10, 2009, at 3:19 PM, Shaun Seckman (Firaxis) wrote:
>
>                SQLite currently has a SQLITE_USE_ALLOCA define in  
> which
> it will attempt to use alloca instead of malloc when the usage fits.
> One of the common dangers with alloca is that if there is not enough
> stack space, bad things happen and it's usually very difficult to  
> debug.

Have you actually measured how much stack space SQLite is using (even  
with
SQLITE_USE_ALLOCA)?  Is excess stack space usage really a problem?

D. Richard Hipp
d...@hwaci.com



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to