3 comments

[ 5.3 ms ] story [ 26.1 ms ] thread
Rare to see VLAs described as "one of the coolest features of C".
Note that this is about pointers to variably length arrays, and not a VLA on the stack. But both are cool features. Bounds checking would be further ahead, if VLAs did not get a bad reputation from poor compilers that did not do stack probing.