Bernd Petrovitsch wrote:
>Since (GNU-)C99 is used: What about variable length arrays instead of
>alloca?

I haven't looked at the code of gcc but I understand that it allocates
VLAs on the stack, so they'd be subject to the same limits as alloca.

Ron
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to