Circular References
Frityet opened this issue · 0 comments
Frityet commented
Right now, there are no checks in place to ensure safety against circular referencing. One one hand, this should be handled by the programmer through their decontructors, but on the other hand the mc_free_managed
function is volatile to segmentation faults from multiple circular references.