Y
Hacker News
new
|
ask
|
show
|
jobs
by
pmiller2
2339 days ago
Then just allocate everything on the stack and use the optional garbage collector:
http://libcello.org/learn/garbage-collection
1 comments
jessaustin
2339 days ago
Allocating on the stack doesn't need GC.
link
pmiller2
2339 days ago
No, but it makes it easier (more “high level”) when you don’t need to explicitly deallocate things, ever.
link