You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: