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] Improve aot code generation for isinst for sealed classes. #55450

Merged
merged 1 commit into from
Jul 11, 2021

Conversation

vargaz
Copy link
Contributor

@vargaz vargaz commented Jul 10, 2021

Generate the same code as in the non-aot case, i.e. compare
the vtable with a constant.

@vargaz vargaz requested a review from lambdageek as a code owner July 10, 2021 06:29
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

Generate the same code as in the non-aot case, i.e. compare
the vtable with a constant.
@vargaz vargaz merged commit 7d518fe into dotnet:main Jul 11, 2021
@vargaz vargaz deleted the aot-sealed branch July 11, 2021 19:59
@ghost ghost locked as resolved and limited conversation to collaborators Aug 10, 2021
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