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 destructive update: Patch every element of a list #8730

Merged
merged 1 commit into from
Sep 18, 2024

Commits on Aug 16, 2024

  1. compiler destructive update: Patch every element of a list

    The initial value tracker in the destructive update pass could
    sometimes fail to ensure that a term which was destructively updated
    was forced onto the heap as it did not have a way to easily follow
    list tails. This patch corrects that error by ensuring that if the
    first element of a literal list is forced onto the heap, all
    elements of the list will be forced onto the heap.
    frej committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    dadf00b View commit details
    Browse the repository at this point in the history