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] Issue #103365 follow-up PR #105006

Merged
merged 7 commits into from
Jul 21, 2024
Merged

[mono] Issue #103365 follow-up PR #105006

merged 7 commits into from
Jul 21, 2024

Conversation

kg
Copy link
Member

@kg kg commented Jul 17, 2024

  • Slightly reduce memory usage for classes without a variance search table (many of them)
  • Make the variance search table for a given class larger, but remove the need to recursively search every table in the hierarchy
  • Optimize out the additional interfaces list scan to compute the interface offset once we find a match in the variance table

Address PR feedback
More assertions
@kg kg closed this Jul 19, 2024
@kg kg reopened this Jul 19, 2024
@kg kg merged commit 06b011a into dotnet:main Jul 21, 2024
78 of 80 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Aug 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants