The Reverse Trace Garbage Collector for C++ is a memory manager for C++ that automatically reclaims dynamically allocated objects that are no longer in use. The algorithm is precise and only scans memory blocks when root references are broken (as opposed to scanning the whole stack and heap for unreferenenced blocks). It also reclaims memory incrementally with separate threads so that applications are not paused when it is active.
| Tags | Software Development Libraries |
|---|---|
| Licenses | MIT/X GPL |
| Implementation | C++ |
80x86 assembler designed for portability and modularity
- All comments
Recent commentsPerformance Impact
I am wondering what the impact of performance would be here.
Have there been any objective measures against Java etc?
-----
John Dirk
Programming Consulant
Programming (Assignment/Project) Help