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

[2022.2] Avoid GC transitions when they are not needed. #1755

Open
wants to merge 1 commit into
base: unity-2022.2-mbe
Choose a base branch
from

Conversation

joncham
Copy link
Member

@joncham joncham commented Apr 21, 2023

If hybrid or coop is not supported by the build, it will never be needed at runtime by the generated native/icall wrappers. This improves performance of native wrappers.

Backport of #1753

  • Should this pull request have release notes?
    • Yes
    • No
  • Do these changes need to be back ported?
    • Yes
    • No
  • Do these changes need to be upstreamed to mono/mono or dotnet/runtime repositories?
    • Yes
    • No

Reviewers: please consider these questions as well! ❤️

Release notes

Fixed UUM-XXXXXX @username:
Mono: Your release notes go here.

If hybrid or coop is not supported by the build, it will never be needed
at runtime by the generated native/icall wrappers. This improves
performance of native wrappers.
@joncham joncham self-assigned this Apr 21, 2023
@joncham joncham changed the title Avoid GC transitions when they are not needed. [2022.2] Avoid GC transitions when they are not needed. Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant