Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-31507 Modify data-structures to aid ref counting #61

Merged
merged 1 commit into from
Aug 26, 2021

Commits on Aug 25, 2021

  1. Modify data-structures to aid ref counting

    It is desirable that variables get cleaned up when they go out of
    scope, meaning that their ref count must go to zero. Some objects
    kept closures or circular references which means they must be
    cleaned by the garbage collector which can happen at unpredictable
    times. Make these objects able to be dropped with reference counting.
    natelust committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    616f35f View commit details
    Browse the repository at this point in the history