
23 Apr
2008
23 Apr
'08
10:12 p.m.
AMDG Mathias Gaunard wrote:
Steven Watanabe wrote:
Basically, this works by imposing a hard upper bound on the lifetime of a group of objects, rather than dealing with them separately.
You can benefit from that without garbage collection, region allocation is enough. For example, allocate all nodes of a container in the same region and free that region in the container destructor.
Basically, what it does. Calling it "garbage collection" is misleading, IMO. In Christ, Steven Watanabe