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

Allow IL scanner's dependency graph be GC'd #72430

Merged
merged 1 commit into from
Jul 19, 2022

Commits on Jul 19, 2022

  1. Allow IL scanner's dependency graph be GC'd

    We don't need to keep the graph in the memory once we're done scanning.
    
    Verified it gets collected now by adding a finalizer to `ILScanNodeFactory` and having it print something. It didn't get collected previously. If I'm measuring it right, it was rooting about 17 MB of objects in memory on a hello world.
    MichalStrehovsky committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    dfef967 View commit details
    Browse the repository at this point in the history