-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[RISC-V] Fix GenerateResolveStub #106562
[RISC-V] Fix GenerateResolveStub #106562
Conversation
Fix to allow use of fast cached way.
Tagging subscribers to this area: @mangod9 |
4e62495 is being scheduled for building and testingGIT: Release-build FAILEDbuildinfo.json |
ResolveStub uses cache of resolved methods, bug leads to cache miss every time. So this PR does not fix any test, otherwise may show some new fail. |
This PR does not makes new fails on checked coreclr tests on default, jitstress0x2 and jitstressregs0x2 launches. gcstress0xc has ~207 fails for both orig/patched, 25 of them differs. I suppose there is some issue which makes tests fail intermittently on gcstress mode not connected with this PR. |
Need to check code one more time tomorrow. |
Disasm collected with gdb looks ok. Disasm orig:
Disasm patched:
|
/ba-g This is a helix work item crash with status: DeadLetter. These tests are not relevant to this change. |
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.
Thanks
Fix to allow use of fast cached way.
Part of #84834 cc @dotnet/samsung
Draft to check test results.