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

Encode calling convention in mangled function pointer representation #81122

Merged
merged 3 commits into from
Jan 31, 2023

Commits on Jan 30, 2023

  1. Encode calling convention in mangled function pointer representation

    This fixes the recently introduced issue dotnet#81106 tracking Crossgen2
    crash due to not being able to distinguish two function pointers
    differing only by calling convention (one of the pointers is Static
    and the other is Static | UnmanagedCallingConvention).
    
    Thanks
    
    Tomas
    trylek committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    4e7a10f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e293180 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    273ead6 View commit details
    Browse the repository at this point in the history