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

Small fixes to sealed vtables #1175

Merged
merged 1 commit into from
May 27, 2021

Conversation

MichalStrehovsky
Copy link
Member

  • Avoid double hashtable lookup
  • Avoid generating empty sealed vtables (basically, emitting a bunch of unreferenced symbol definitions in the object file)

* Avoid double hashtable lookup
* Avoid generating empty sealed vtables (basically, emitting a bunch of unreferenced symbol definitions in the object file)
@MichalStrehovsky MichalStrehovsky added the area-NativeAOT-coreclr .NET runtime optimized for ahead of time compilation label May 27, 2021
@MichalStrehovsky MichalStrehovsky requested a review from jkotas May 27, 2021 12:44
@MichalStrehovsky MichalStrehovsky merged commit d707f62 into dotnet:feature/NativeAOT May 27, 2021
@MichalStrehovsky MichalStrehovsky deleted the seal branch May 27, 2021 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-NativeAOT-coreclr .NET runtime optimized for ahead of time compilation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants