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

Store actual signature types in CallArg and normalize to that type #69969

Merged

Commits on May 29, 2022

  1. Store actual signature types in CallArg and normalize to that type

    Previously, for struct args, we would use the class handle of the
    argument (from the IL stack) instead of the class handle from the
    signature. These may sometimes differ in __Canon when inlining shared
    code. This change switches the class handle stored in CallArg to always
    be the type reported back by the EE when asking about the signature.
    jakobbotsch committed May 29, 2022
    Configuration menu
    Copy the full SHA
    19381b5 View commit details
    Browse the repository at this point in the history