Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
uecker
35 days ago
|
parent
|
context
|
favorite
| on:
Thoughts on Generating C
Why alloca?
int_19h
35 days ago
[–]
How else would you do dynamic arrays without heap allocation if the source language has that as a feature?
uecker
35 days ago
|
parent
[–]
With VLAs which are standardized, safer, and scoped.
int_19h
34 days ago
|
root
|
parent
[–]
Good point, that would indeed be a better way to do this.
Full VLA support is optional for C compilers though...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: