Skip to content

[mono] Improve aot code generation for isinst for sealed classes. - #55450

Merged
vargaz merged 1 commit into
dotnet:mainfrom
vargaz:aot-sealed
Jul 11, 2021
Merged

[mono] Improve aot code generation for isinst for sealed classes.#55450
vargaz merged 1 commit into
dotnet:mainfrom
vargaz:aot-sealed

Conversation

@vargaz

Copy link
Copy Markdown
Contributor

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 ownerJuly 10, 2021 06:29
@ghost

Copy link
Copy Markdown

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:mainJul 11, 2021
@vargaz
vargaz deleted the aot-sealed branch July 11, 2021 19:59
@ghostghost locked as resolved and limited conversation to collaborators Aug 10, 2021
Sign up for freeto 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

@vargaz@lambdageek