[backports-release-1.11] Revert "precompile: don't waste memory on useless inferred code"#57864
Merged
KristofferC merged 1 commit intobackports-release-1.11from Mar 25, 2025
Merged
Conversation
…)" This reverts commit bdf8219. Rationale: when coverage is on, both the native code and the inferred code might be eliminated, a complete loss of all precompilation results. There are intentions to adopt a new strategy for Julia 1.12, but in the meantime we should revert this change since it is "just" a sysimg size reduction. xref JuliaDebug/SnoopCompile.jl#413 (comment)
Member
Author
|
Since I haven't been following recently, let me ask: are the I could submit a dummy PR against backports-1.11 to find out, but that seems like a waste of resources if someone already knows the answer. |
Member
|
Also happens on the backport branch CI so not due to this then? |
KristofferC
pushed a commit
that referenced
this pull request
Mar 25, 2025
…eless inferred code" (#57864) This reverts commit bdf8219, from #56749 **Note that this PR is made against `backports-release-1.11`.** Rationale: when coverage is on, both the native code and the inferred code might be eliminated, a complete loss of all precompilation results. There are intentions to adopt a new strategy for Julia 1.12, but in the meantime we should revert this change since it is "just" a sysimg size reduction. Affected Julia versions: 1.11.3, 1.11.4 xref JuliaDebug/SnoopCompile.jl#413 (comment)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This reverts commit bdf8219, from #56749
Note that this PR is made against
backports-release-1.11.Rationale: when coverage is on, both the native code and the inferred code might be eliminated, a complete loss of all precompilation results. There are intentions to adopt a new strategy for Julia 1.12, but in the meantime we should revert this change since it is "just" a sysimg size reduction.
Affected Julia versions: 1.11.3, 1.11.4
xref JuliaDebug/SnoopCompile.jl#413 (comment)