-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Delete FEATURE_STUBS_AS_IL define #108048
Conversation
Tagging subscribers to this area: @mangod9 |
21865ee
to
69413fe
Compare
69413fe
to
b810c3c
Compare
@@ -1235,6 +1236,49 @@ _GenericCLRToCOMCallStub@0 proc public | |||
ret | |||
|
|||
_GenericCLRToCOMCallStub@0 endp | |||
|
|||
_GenericComCallStub@0 proc public |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This ~20 instruction asm stub is a replacement for the several hundred lines of stub linker code that I am deleting. I have verified that this path is executed by (multiple) tests.
/azp run runtime-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
e91f3f9
to
e21848a
Compare
/azp run runtime-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
1bbfaaa
to
3ef22c0
Compare
/azp run runtime-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
/ba-g infrastructure timeout |
* Delete FEATURE_STUBS_AS_IL define * Delete x86-specific GenericComCallStub * Implement GenericComCallStub
No description provided.