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

Specialize array cloning for Copy types #90755

Merged
merged 2 commits into from
Nov 11, 2021

Commits on Nov 10, 2021

  1. Specialize array cloning for Copy types

    Because after PR 86041, the optimizer no longer load-merges at the LLVM IR level, which might be part of the perf loss.  (I'll run perf and see if this makes a difference.)
    
    Also I added a codegen test so this hopefully won't regress in future -- it passes on stable and with my change here, but not on the 2021-11-09 nightly.
    scottmcm committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    cc7d801 View commit details
    Browse the repository at this point in the history
  2. Moar #[inline]

    scottmcm committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    5b115fc View commit details
    Browse the repository at this point in the history