
18 Sep
2007
18 Sep
'07
6:01 a.m.
Johan Råde wrote:
Achilleas Margaritis wrote:
Dear boost developers,
You can find a new version of my portable precise C++ garbage collector in vault/memory.
Is any one interested?
Can I submit my library to be part of boost?
Achilleas Margaritis
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
This looks very interesting.
A garbage collected weak pointer would be a nice feature.
--Johan Råde
It's quite possible to do weak pointers with the algorithm I use. All it takes is a second pointer bit map for weak pointers. I think weak pointers is necessary tool. I 'll put a note down in the todo list.