[LibUV_jll] Update to new build#55647
Merged
giordano merged 1 commit intoJuliaLang:masterfrom Aug 31, 2024
Merged
Conversation
Member
Author
|
I downloaded the x86_64-linux-gnu build of this PR in a Docker container I started with and I get julia> @ccall uv_available_parallelism()::Cint
12
julia> @ccall jl_effective_threads()::Cint
32
julia> Sys.CPU_THREADS
32
|
Member
Author
|
The only negative news is that the more accurate # on e22e4de5de7
julia> @benchmark @ccall uv_available_parallelism()::Cint
BenchmarkTools.Trial: 10000 samples with 196 evaluations.
Range (min … max): 476.561 ns … 715.587 ns ┊ GC (min … max): 0.00% … 0.00%
Time (median): 487.857 ns ┊ GC (median): 0.00%
Time (mean ± σ): 489.036 ns ± 7.979 ns ┊ GC (mean ± σ): 0.00% ± 0.00%
▁▃█▅▆▆▄▅▃
▁▂▂▂▂▆▅▄▆█████████▅▄▇▃▂▂▂▁▁▂▂▁▂▂▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ▃
477 ns Histogram: frequency by time 527 ns <
Memory estimate: 0 bytes, allocs estimate: 0.
# On this PR
julia> @benchmark @ccall uv_available_parallelism()::Cint
BenchmarkTools.Trial: 10000 samples with 1 evaluation.
Range (min … max): 9.608 μs … 516.103 μs ┊ GC (min … max): 0.00% … 0.00%
Time (median): 9.719 μs ┊ GC (median): 0.00%
Time (mean ± σ): 9.974 μs ± 7.294 μs ┊ GC (mean ± σ): 0.00% ± 0.00%
▁▄█▇▇▅▄▂▂▂▁ ▁
████████████▇██▅▆▆▇▇▆▆▅▅▂▅▄▂▄▅▇▇██▆▇▄▄▆▄▄▆▅▅▆▇▆▇▅▅▄▃▅▄▅▃▂▄▃ █
9.61 μs Histogram: log(frequency) by time 11.6 μs <
Memory estimate: 0 bytes, allocs estimate: 0. |
Member
Author
|
I'm going to merge this PR: there are no functional changes on the Julia side, it's only updating the version of libuv to include two backported upstream commits. |
KristofferC
pushed a commit
that referenced
this pull request
Sep 12, 2024
Corresponding PR to Yggdrasil: JuliaPackaging/Yggdrasil#9337. This build includes backports of libuv/libuv#4278 (useful for for #46226) and libuv/libuv#4521 (useful for #55592)
kshyatt
pushed a commit
that referenced
this pull request
Sep 12, 2024
Corresponding PR to Yggdrasil: JuliaPackaging/Yggdrasil#9337. This build includes backports of libuv/libuv#4278 (useful for for #46226) and libuv/libuv#4521 (useful for #55592)
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.
Corresponding PR to Yggdrasil: JuliaPackaging/Yggdrasil#9337.
This build includes backports of libuv/libuv#4278 (useful for for #46226) and libuv/libuv#4521 (useful for #55592)