Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
apaprocki
3 months ago
|
parent
|
context
|
favorite
| on:
Some C habits I employ for the modern day
`-Wvla` Friends don’t let friends VLA :)
uecker
3 months 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.
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: