Memory Allocation
One problem that may be hidden by a language's support for VLAs is that of the underlying memory allocation: in environments where there is a clear distinction between a heap and a stack, it may not be clear which, if any, of those will store the VLA.
For example, the GNU C Compiler allocates memory for VLAs on the stack. VLAs, like all objects in C, are limited to SIZE_MAX bytes.
Read more about this topic: Variable-length Array
Famous quotes containing the word memory:
“One thought in agony of strife
The bravest would have by for friend,
The memory that he chose the life ...”
—Robert Frost (18741963)