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

Add janvorli to the list of arm64 users #14718

Merged
merged 1 commit into from
Oct 27, 2017

Conversation

janvorli
Copy link
Member

No description provided.

@janvorli janvorli self-assigned this Oct 27, 2017
@janvorli janvorli requested a review from jashook October 27, 2017 05:54
@jkotas jkotas merged commit 6cdf05a into dotnet:master Oct 27, 2017
AndyAyersMS added a commit to AndyAyersMS/coreclr that referenced this pull request Oct 30, 2017
Given that the jit can now avoid boxing on some interface calls to value types,
generalize the patterns introduced in AwaitUnsafeOnCompleted in dotnet#14718 by
using interfaces instead of checking for specific types.

Also move the catch-all processing back in line as the jit can now fold the
interface tests early and not pull in the EH portion of the method unless it is
needed.
AndyAyersMS added a commit that referenced this pull request Oct 30, 2017
Given that the jit can now avoid boxing on some interface calls to value types,
generalize the patterns introduced in AwaitUnsafeOnCompleted in #14718 by
using interfaces instead of checking for specific types.

Also move the catch-all processing back in line as the jit can now fold the
interface tests early and not pull in the EH portion of the method unless it is
needed.
briansull pushed a commit to briansull/coreclr that referenced this pull request Oct 31, 2017
Given that the jit can now avoid boxing on some interface calls to value types,
generalize the patterns introduced in AwaitUnsafeOnCompleted in dotnet#14718 by
using interfaces instead of checking for specific types.

Also move the catch-all processing back in line as the jit can now fold the
interface tests early and not pull in the EH portion of the method unless it is
needed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants