Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

Merge changes from TFS#3228

Merged
MichalStrehovsky merged 1 commit intodotnet:nmirrorfrom
dotnet-bot:from-tfs
Apr 6, 2017
Merged

Merge changes from TFS#3228
MichalStrehovsky merged 1 commit intodotnet:nmirrorfrom
dotnet-bot:from-tfs

Conversation

@dotnet-bot
Copy link
Collaborator

No description provided.

The dynamic invoke tests were failing because the JIT was inlining all the target methods leaving nothing to actually invoke through reflection. Mark all the methods we invoke (including the empty constructors) with `[MethodImpl(MethodImplOptions.NoInlining)]`.

[tfs-changeset: 1653296]
@MichalStrehovsky MichalStrehovsky merged commit 9f729ea into dotnet:nmirror Apr 6, 2017
@dotnet-bot dotnet-bot deleted the from-tfs branch April 6, 2017 00:12
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.

4 participants