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

[release-1.9] Backport #48751 and #48832 #48881

Merged
merged 2 commits into from
Mar 6, 2023

Commits on Mar 3, 2023

  1. staticdata: make hookup of code instances correct (#48751)

    Previously we would double-account for many of these, leading to
    occasional chaos. Try to avoid serializing code that does not belong to
    this incremental compilation session package.
    
    Refs: #48723
    (cherry picked from commit 81f366d)
    vtjnash authored and vchuravy committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    65a025f View commit details
    Browse the repository at this point in the history
  2. staticdata: make completeinfo memory-/gc-safe (#48832)

    There is actually almost no cases where `jl_alloc_svec_uninit` is safe,
    since if was safe, you would likely would prefer to use the `jl_svec`
    constructor instead.
    
    (cherry picked from commit 0608824)
    vtjnash authored and vchuravy committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    c1cb058 View commit details
    Browse the repository at this point in the history