Darren New <dne### [at] sanrrcom> wrote:
> Here's the thing: If you could find all the root pointers in a C++
> program and know which things pointed to what, you could add GC to C++
> pretty easily without losing any functionality. GC is a strict superset
> of what C++ gives you, avoiding much of the copying and most or all of
> the errors that C++ leaves you open to.
Let's wait for the new C++ standard and see what compilers come up
with... :)
--
- Warp
Post a reply to this message
|