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

WIP: Add ABIOverwrite type for owner field #56555

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

Commits on Nov 14, 2024

  1. WIP: Add ABIOverwrite type for owner field

    Together with #54899, this PR is intending to replicate the functionality
    of #54373, which allowed particular specializations to have a different
    ABI signature than what would be suggested by the MethodInstance's
    `specTypes` field. This PR handles that by adding a special `ABIOverwrite`
    type, which, when placed in the `owner` field of a `CodeInstance`
    instructs the system to use the given signature instead.
    Keno committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    dc04c16 View commit details
    Browse the repository at this point in the history