oliverpierson / PonziScheme

Scheme in C++
0 stars 0 forks source link

Cyclic reference in garbage collection #1

Open oliverpierson opened 9 years ago

oliverpierson commented 9 years ago

The project is using a reference counting gc method. Unfortunately, the gc is unable to detect cyclic references.

oliverpierson commented 9 years ago

see http://researcher.watson.ibm.com/researcher/files/us-bacon/Bacon03Pure.pdf