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] Add intrinsic for string allocation #79392

Merged
merged 2 commits into from Dec 8, 2022

Commits on Dec 8, 2022

  1. [mono][metadata] Remove redundant use of coop handles

    mono_string_new_size_handle was making use of handles for no reason, while mono_string_new_size_checked was just ignoring the created handle. Make mono_string_new_size_checked fast again.
    BrzVlad committed Dec 8, 2022
    Copy the full SHA
    ba57f45 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    47eb9d0 View commit details
    Browse the repository at this point in the history