top | item 46744432 (no title) apaprocki | 1 month ago `-Wvla` Friends don’t let friends VLA :) discuss order hn newest uecker|1 month ago alloca is certainly worse. Worst-case fixed size array on the stack are also worse. If you need variable-sized array on the stack, VLAs are the best alternative. Also many other languages such as Ada have them.
uecker|1 month ago alloca is certainly worse. Worst-case fixed size array on the stack are also worse. If you need variable-sized array on the stack, VLAs are the best alternative. Also many other languages such as Ada have them.
uecker|1 month ago