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

[mono][interp] Fix memory leaks for interpreted dynamic methods. #88892

Merged
merged 2 commits into from
Jul 19, 2023

Commits on Jul 17, 2023

  1. [mono] Set the 'dynamic' flag on method builders on creation so a Mon…

    …oDynamicMethod is allocated instead of a MonoMethodWrapper.
    vargaz committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    b7a4ea2 View commit details
    Browse the repository at this point in the history
  2. [mono][interp] Fix memory leaks for interpreted dynamic methods.

    * Add a mempool to MonoDynamicMethod.
    * Modify the intepreter code to allocate from this mempool when
      interpreting dynamic methods.
    vargaz committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    cf435b3 View commit details
    Browse the repository at this point in the history