> If I make use of alloca() in SQLite version 3, will this
> cause any extreme hardships?  Who is using a C compiler to
> build SQLite that does not support alloca()?

Warning: there are gcc bugs in the x86 optimizer related to alloca(). E.g.,
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=940940&group_id=2435

Avoid -O3 and alloca().

e



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to