Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
1718627440
21 days ago
|
parent
|
context
|
favorite
| on:
Solod – A subset of Go that translates to C
> This means that the number of actively-deferred statements is unbounded, which implies heap allocation.
In C you can allocate dynamically on the stack using alloca or a VLA.
kleiba
21 days ago
[–]
But also:
https://stackoverflow.com/a/1018865
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:
In C you can allocate dynamically on the stack using alloca or a VLA.