-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Bring throw helpers to PUSH_COOP_PINVOKE_FRAME plan #123015
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
Bring throw helpers to PUSH_COOP_PINVOKE_FRAME plan #123015
Conversation
|
Tagging subscribers to this area: @mangod9 |
1a243a6 to
00c4f6a
Compare
b8782d2 to
0d677dd
Compare
0d677dd to
5359b4c
Compare
Co-authored-by: Jan Vorlicek <[email protected]>
|
@janvorli, FYI, I have brought back ldmxcsr to see if all tests pass with it included. It was failing |
That is due to a different problem - wrong unwind info of the IL_Throw. If you do what @jkotas said, the issue goes away. |
|
PTAL. One less |
I did it the same way as you, there is no difference in that part. But I've also removed the ldmxcsr from the Context.asm which you still seem to have. |
janvorli
left a comment
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.
LGTM, just few nits. Thank you!
|
/azp run runtime-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
osx-arm64 failure is an existing one; failed in a previous run as well https://dev.azure.com/dnceng-public/public/_build/results?buildId=1255235&view=logs&j=86a95901-e0d9-5eec-3cb6-04a12f80e719&t=27788b50-9372-56cb-e5f4-7bfe19754c51. |
|
/ba-g the PAL test failure is #123195 |
Fixes #116375. --------- Co-authored-by: Jan Vorlicek <[email protected]>
Fixes #116375.