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

shim: monomorphic FnPtrShims during construction #75346

Merged

Commits on Sep 4, 2020

  1. shim: monomorphic FnPtrShims during construction

    This commit adjusts MIR shim construction so that substitutions are
    applied to function pointer shims during construction, rather than
    during codegen (as determined by `substs_for_mir_body`) - as
    substitutions will no longer occur during codegen, function pointer
    shims can now be polymorphic without incurring double substitutions.
    
    Signed-off-by: David Wood <david@davidtw.co>
    davidtwco committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    f8376b5 View commit details
    Browse the repository at this point in the history