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

compiler alias analysis: Fix bug in status of map extracts #8686

Closed

Commits on Jul 24, 2024

  1. compiler alias analysis: Fix bug in status of map extracts

    As the destructive update pass does not have any support for patching
    literal maps, as it can do for tuples to ensure that the term that
    will be destructively updated is on the heap, we must conservatively
    consider anything extracted from a literal map as aliased.
    
    This is not a significant limitation as tracking the alias status of
    individual associations of non-literal maps is currently considered
    non feasible.
    frej committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e8f770a View commit details
    Browse the repository at this point in the history