On Thu, Jan 01, 2015 at 20:12, Ted Bullock wrote:
> Hey Folks,
> 
> So I've been wondering about variable length arrays from c99 for a while
> now. They seem to me like a good way to avoid lots of trivial calls to
> malloc/free at least for smaller arrays that aren't going to blow up the
> stack. That said I don't see them being used.

If you know you only need a "small" array, may as well use the largest
such size, whatever that is.

Reply via email to