Y
Hacker News
new
|
ask
|
show
|
jobs
by
cyberax
114 days ago
> alloca() is super useful, but it's also quite dangerous because you can easily overflow the stack.
This is not a problem for Go, because it has resizable stacks.