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

Monomorphize a type argument of size-of operation during codegen #78844

Merged
merged 1 commit into from
Nov 10, 2020

Commits on Nov 7, 2020

  1. Monomorphize a type argument of size-of operation during codegen

    This wasn't necessary until MIR inliner started to consider drop glue as
    a candidate for inlining; introducing for the first time a generic use
    of size-of operation.
    
    No test at this point since this only happens with a custom inlining
    threshold.
    tmiasko committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    f78f36c View commit details
    Browse the repository at this point in the history