-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
GC scheduler refinements #52294
Merged
Merged
GC scheduler refinements #52294
Conversation
This file contains 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
d-netto
force-pushed
the
dcn-gc-scheduler
branch
8 times, most recently
from
November 29, 2023 21:31
6543534
to
ecfed25
Compare
d-netto
force-pushed
the
dcn-gc-scheduler
branch
9 times, most recently
from
November 30, 2023 03:27
c195a43
to
0078148
Compare
d-netto
force-pushed
the
dcn-gc-scheduler
branch
from
November 30, 2023 03:33
0078148
to
5f37268
Compare
gbaraldi
approved these changes
Dec 4, 2023
Thanks for a careful and conservative implementation here @d-netto - Very happy to have this fixed 🎉 |
d-netto
added a commit
to RelationalAI/julia
that referenced
this pull request
Dec 7, 2023
3 tasks
d-netto
added a commit
to RelationalAI/julia
that referenced
this pull request
Dec 7, 2023
KristofferC
pushed a commit
that referenced
this pull request
Dec 12, 2023
d-netto
added a commit
to RelationalAI/julia
that referenced
this pull request
Dec 13, 2023
d-netto
added a commit
to RelationalAI/julia
that referenced
this pull request
Dec 14, 2023
d-netto
added a commit
to RelationalAI/julia
that referenced
this pull request
Dec 14, 2023
KristofferC
added a commit
that referenced
this pull request
Dec 17, 2023
Backported PRs: - [x] #51234 <!-- Fix getfield codegen for tuple inputs and unknown symbol fields. --> - [x] #52170 <!-- fix invalidations related to `ismutable` --> - [x] #52342 <!-- Add single-term multiplication for `AbstractQ` on v1.10 and above --> - [x] #52333 <!-- bugfix for dot of Hermitian{noncommutative} --> - [x] #52407 <!-- channels: fix memory ordering violation in iterate --> - [x] #52405 <!-- Bump LLVM to 15.0.7+10 to fix GC issue --> - [x] #52441 <!-- Remove `Pkg` dependency from `SuiteSparse_jll` --> - [x] #52367 <!-- docs: add notes about scratchspaces in depot --> - [x] #52456 <!-- Make `jl_write_coverage_data` dllexported again --> - [x] #52294 <!-- GC scheduler refinements --> - [x] #52359 <!-- make custom log macros work --> - [x] #52548
KristofferC
removed
the
backport 1.10
Change should be backported to the 1.10 release
label
Dec 17, 2023
d-netto
added a commit
to RelationalAI/julia
that referenced
this pull request
Jan 2, 2024
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.
Supersedes #51061 and #51414.
Still needs more perf analysis.