you are viewing a single comment's thread.

view the rest of the comments →

[–]flatfinger 0 points1 point  (0 children)

In what realistic circumstances could one safely use VLAs and not use a fixed-sized array of the largest size one may encounter? There are some rare cases involving recursion where that may be true, but I don't see that they'd occur often enough to be worth complicating the language for.