On Mon, Mar 2, 2015 at 3:56 PM, Anthony J. Bentley <anth...@cathet.us> wrote: > VLAs are a fundamentally broken feature because they do not allow any > error checking. alloca() is the same. > > -- > Anthony J. Bentley >
But when do you ever do error checking of stack size? Is recursion a fundamentally broken feature because it doesn't allow any stack overflow error checking? -emg