Subject: Variable-Sized Arrays [ was Re: comparing raid-like filesystems ]
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Chris Jepeway <jepeway@blasted-heath.com>
List: tech-kern
Date: 02/04/2003 14:16:24
> However using alloca would work, and is probably as efficient as
> variable-sized arrays.
I'd assume both to be implemented similarly by the compiler, even
(well, when gcc's builtins are used).

But, well, alloca() is uglier, IMHO.  What say the KNF style gods?
alloca() or variable-sized arrays?

> Manuel Bouyer <bouyer@antioche.eu.org>
Chris <jepeway@blasted-heath.com>.