- standardized alloca()
- fine-grained control over struct layout
- some way to perform a guaranteed tailcall
- some way to do stuff like tagged pointers portably without triggering UB
Full VLA support is optional for C compilers though...
- standardized alloca()
- fine-grained control over struct layout
- some way to perform a guaranteed tailcall
- some way to do stuff like tagged pointers portably without triggering UB