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

interpret: refactor projection handling code #99101

Merged
merged 2 commits into from
Jul 13, 2022

Commits on Jul 12, 2022

  1. interpret: refactor projection handling code

    Moves our projection handling code into a common file, and avoids the use of a
    general mplace-based fallback function by have more specialized implementations.
    
    mplace_index (and the other slice-related functions) could be more efficient by
    copy-pasting the body of operand_index. Or we could do some trait magic to share
    the code between them. But for now this is probably fine.
    RalfJung committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ab225ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04b3cd9 View commit details
    Browse the repository at this point in the history