Skip to content

Add CoreCLR implementation of CallConvMemberFunction. #47828

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

Merged
19 commits merged into from
Mar 27, 2021

Conversation

jkoritzinsky
Copy link
Member

Contributes to #46775

@ghost
Copy link

ghost commented Feb 4, 2021

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@jkoritzinsky
Copy link
Member Author

cc: @dotnet/jit-contrib for JIT changes

Use a macro-based implementation initially since it allows us to add new calling conventions by adding one line and the macro-ized code is relatively small.
Base automatically changed from master to main March 1, 2021 09:07
@jkoritzinsky
Copy link
Member Author

jkoritzinsky commented Mar 10, 2021

This is ready for another review pass.

The current test failure is fixed in main.

@jkoritzinsky
Copy link
Member Author

cc: @lambdageek just to make sure Mono knows about this.

Copy link
Member

@AaronRobinsonMSFT AaronRobinsonMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@ghost
Copy link

ghost commented Mar 26, 2021

Hello @jkoritzinsky!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost ghost merged commit 01d724c into dotnet:main Mar 27, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Apr 26, 2021
@jkoritzinsky jkoritzinsky deleted the CallConvMemberFunction branch September 28, 2021 00:04
This pull request was closed.
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.

3 participants