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

v1.17: direct_mapping: fix iter_memory_pair_chunks in reverse mode (backport of #34204) #34236

Merged
merged 1 commit into from
Nov 27, 2023

Commits on Nov 27, 2023

  1. direct_mapping: fix iter_memory_pair_chunks in reverse mode (#34204)

    iter_memory_pair_chunks was iterating regions in reverse, but not memory
    _within_ regions in reverse.
    
    This commit fixes the issue and simplifies the implementation by removing
    nested loops which made control flow hard to reason about.
    
    (cherry picked from commit 0908882)
    alessandrod authored and mergify[bot] committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c1d2880 View commit details
    Browse the repository at this point in the history