Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Ensure dynamic method is not inlined#16069

Closed
gkhanna79 wants to merge 1 commit into
dotnet:masterfrom
gkhanna79:FixRefEmitInlining
Closed

Ensure dynamic method is not inlined#16069
gkhanna79 wants to merge 1 commit into
dotnet:masterfrom
gkhanna79:FixRefEmitInlining

Conversation

@gkhanna79
Copy link
Copy Markdown
Member

Ensure that dynamically emitted method for the load context RefEmit tests do not get inlined or optimized out.

Fixes issues like #16064 (comment)

CC @stephentoub @jkotas

@jkotas
Copy link
Copy Markdown
Member

jkotas commented Feb 11, 2017

This is not the right fix for the problem. The caller of Assembly.Load is not supposed to be inlined. It is a bug that was likely introduced by dotnet/coreclr#9491

@gkhanna79 gkhanna79 added the * NO MERGE * The PR is not ready for merge yet (see discussion for detailed reasons) label Feb 11, 2017
@gkhanna79
Copy link
Copy Markdown
Member Author

Closing in favor of dotnet/coreclr#9537 that fixes the inlining issue.

@gkhanna79 gkhanna79 closed this Feb 11, 2017
@karelz karelz modified the milestone: 2.0.0 Feb 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

* NO MERGE * The PR is not ready for merge yet (see discussion for detailed reasons)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants