Skip to content
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

Update ReadyToRun to use 9.0 package #3340

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cshung
Copy link
Contributor

@cshung cshung commented Nov 25, 2024

Link to issue(s) this covers #3337

Problem

This update improves the disassembly for dotnet/runtime#98623, dotnet/runtime#101761. These PRs added new helper calls to the runtime from ready to run native code, which could appear as opaque call to random addresses if not properly annotated.

Solution

  • The diassembly for methods having calls to these new helper functions will be properly annotated with the call target
  • Updated the DummyOutput to match the updated signature so that the code compile with STRESS defined in ReadyToRunLanguage.cs, and
  • Tested the diassembly functionality with the .NET 9 System.Private.CoreLib.dll and no error found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants