From: jbandela_at_[hidden]
Date: 2000-10-20 19:24:32


I have posted an experimental garbage collector for C++. It is
written entirely in C++, and uses smart pointers. It uses both
reference counting and and mark-sweep. This is its first submission
and I am sure there are rough edges. I am interested in feedback on
whether this is a viable idea (even if the implementation needs
work), or if it is hopelessly and fundamentally flawed.

Thanks for your time,

John R. Bandela