Comment on Cello – High Level CparentComments−pmiller26yThen just allocate everything on the stack and use the optional garbage collector: http://libcello.org/learn/garbage-collection−jessaustin6yAllocating on the stack doesn't need GC.−pmiller26yNo, but it makes it easier (more “high level”) when you don’t need to explicitly deallocate things, ever.
Comments
Then just allocate everything on the stack and use the optional garbage collector: http://libcello.org/learn/garbage-collection
Allocating on the stack doesn't need GC.
No, but it makes it easier (more “high level”) when you don’t need to explicitly deallocate things, ever.