forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comparison of branch: backports-release-1.9+RAI #45
Closed
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
quinnj
changed the title
Comparison of _release_ branch: v1.9.3 and _target_ branch: backports-release-1.9+RAI
Comparison of release branch: v1.9.3 and target branch: backports-release-1.9+RAI
Sep 11, 2023
quinnj
changed the title
Comparison of release branch: v1.9.3 and target branch: backports-release-1.9+RAI
Comparison of release branch: v1.9.3+RAI and target branch: backports-release-1.9+RAI
Sep 11, 2023
nickrobinson251
changed the base branch from
v1.9.3+RAI
to
backports-release-1.9
September 15, 2023 10:44
nickrobinson251
changed the title
Comparison of release branch: v1.9.3+RAI and target branch: backports-release-1.9+RAI
Comparison of branch: backports-release-1.9+RAI
Sep 15, 2023
DelveCI
force-pushed
the
backports-release-1.9+RAI
branch
2 times, most recently
from
October 1, 2023 00:17
f9f1f3b
to
591450c
Compare
DelveCI
force-pushed
the
backports-release-1.9+RAI
branch
4 times, most recently
from
October 18, 2023 00:15
270d132
to
3297047
Compare
kpamnany
force-pushed
the
backports-release-1.9+RAI
branch
3 times, most recently
from
October 19, 2023 18:27
6d650c9
to
3166a6c
Compare
DelveCI
force-pushed
the
backports-release-1.9+RAI
branch
from
October 20, 2023 16:48
3166a6c
to
cac5c2a
Compare
kpamnany
force-pushed
the
backports-release-1.9+RAI
branch
from
October 21, 2023 20:32
cac5c2a
to
c513b80
Compare
DelveCI
force-pushed
the
backports-release-1.9+RAI
branch
from
October 23, 2023 20:05
c513b80
to
f3980e1
Compare
DelveCI
force-pushed
the
backports-release-1.9+RAI
branch
2 times, most recently
from
November 2, 2023 00:15
7375465
to
5dc1feb
Compare
nickrobinson251
force-pushed
the
backports-release-1.9
branch
from
November 2, 2023 12:59
b0b7d35
to
1d2d440
Compare
DelveCI
force-pushed
the
backports-release-1.9+RAI
branch
from
November 7, 2023 00:15
5dc1feb
to
52de49f
Compare
Backported PRs: - [x] JuliaLang#49357 <!-- Fix unclosed code fence in src/manual/methods.md --> - [x] JuliaLang#50842 <!-- Avoid race conditions with recursive rm --> - [x] JuliaLang#50858 <!-- Add a `threadpool` parameter to `Channel` constructor --> - [x] JuliaLang#50730 <!-- Fix integer overflow in `isapprox` --> - [x] JuliaLang#50823 <!-- Make ranges more robust with unsigned indexes. --> - [x] JuliaLang#50915 <!-- Add note the `Task` about sticky bit --> - [x] JuliaLang#50989 <!-- fix incorrect results in `expm1(::Union{Float16, Float32})` --> - [x] JuliaLang#50912 <!-- Separate foreign threads into a :foreign threadpool --> - [x] JuliaLang#51019 <!-- fix a case of potentially use of undefined variable when handling error in distributed message processing --> - [x] JuliaLang#51222 <!-- Check again if the tty is open inside the IO lock --> - [x] JuliaLang#51254 <!-- Ryu: make sure adding zeros does not overwrite trailing dot --> - [x] JuliaLang#51284 <!-- Avoid infinite loop when doing SIGTRAP in arm64-apple --> - [x] JuliaLang#51491 <!-- Throw clearer ArgumentError for strip with two string args --> - [x] JuliaLang#51531 <!-- fix `_tryonce_download_from_cache` (busybox.exe download error) -->
DelveCI
force-pushed
the
backports-release-1.9+RAI
branch
from
November 10, 2023 19:21
52de49f
to
21e13d2
Compare
Backports a single commit to Pkg (JuliaLang/Pkg.jl#3696) which caused Pkg parallel precompile to sometimes recompile packages that were already compiled.
DelveCI
force-pushed
the
backports-release-1.9+RAI
branch
from
November 14, 2023 00:16
21e13d2
to
ace05c4
Compare
# Conflicts: # VERSION
As that PR is not in 1.9.
In `jl_print_task_backtraces()`. Follow-on to JuliaLang#51430.
* Emit safepoints at function entry * Make safepoint emission on function entry a codegen feature * Hoist signal page lookup outside fence * Update src/cgutils.cpp * Fix rebase
Extend the fix for JuliaLang#43578 (2939272) to cover the deadlock bug present internally in dyld4 inside the function we use to avoid the previous deadlock issue. Fix JuliaLang#49733
Accidentally missed in JuliaLang#49740 Fixes JuliaLang#49773
Presence is controlled by a build-time option. Start a separate thread which simply sleeps. When heartbeats are enabled, this thread wakes up at specified intervals to verify that user code is heartbeating as requested and if not, prints task backtraces. Also fixes the call to `maxthreadid` in `generate_precompile.jl`.
DelveCI
force-pushed
the
backports-release-1.9+RAI
branch
from
November 15, 2023 00:16
ace05c4
to
2e444bf
Compare
pushing the parent into the remset
…106) Otherwise we may just observe `gc_n_threads = 0` (`jl_gc_collect` sets it to 0 in the very end of its body) and this function becomes a no-op.
When enabling heartbeats, the user must specify: - heartbeat_s: jl_heartbeat() must be called at least once every heartbeat_s; if it isn't, a one-line heartbeat loss report is printed - show_tasks_after_n: after these many heartbeat_s have passed without jl_heartbeat() being called, print task backtraces and stop all reporting - reset_after_n: after these many heartbeat_s have passed with jl_heartbeat() being called, print a heartbeats recovered message and reset reporting
…uliaLang#52164) (#112) One of the limitations is that it's only accurate right after the GC. Still might be helpful for observability purposes.
…111) We're suffering from heavy fragmentation in some of our workloads. Add a build-time option to enable 4k pages (instead of 16k) in the GC, since that improves memory utilization considerably for us. Drawback is that this may increase the number of `madvise` system calls in the sweeping phase by a factor of 4, but concurrent page sweeping should help with some of that.
Also initialize it later, outside option parsing, so that modifying jl_options before calling jl_init works. Co-authored-by: Jeff Bezanson <[email protected]>
This PR is stale because it has been open 30 days with no activity. Comment or remove stale label, or this PR will be closed in 5 days. |
NHDaly
pushed a commit
that referenced
this pull request
May 17, 2024
Without this change, the compiler fails to notice that `env_threads isa Int` in the fall-through case, leading to a union-split with a branch that is in fact unreachable: ``` 43 ┄ %109 = φ (#41 => %105, #42 => %108)::Union{Nothing, Int64} │ %110 = (%109 isa Int64)::Bool └─── goto #45 if not %110 ... 45 ─ %126 = π (%109, Nothing) │ Base.convert(Int64, %126)::Union{} └─── unreachable ``` After this change, the union-split is eliminated. Co-authored-by: Jeff Bezanson <[email protected]>
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.
Corresponding RAICode PR that tracks this: https://github.com/RelationalAI/raicode/pull/15321