https://github.com/JuliaLang/julia
Revision ca17788766a57607083aff29aad87b71a4413afc authored by Jameson Nash on 15 March 2022, 16:52:48 UTC, committed by GitHub on 15 March 2022, 16:52:48 UTC
This appears to be the only remaining place we use the nthreads variable
to pre-initialize a shared array. Let us fix that code pattern now,
since we know globals are already acquire/release.
1 parent b75a067
Raw File
Tip revision: ca17788766a57607083aff29aad87b71a4413afc authored by Jameson Nash on 15 March 2022, 16:52:48 UTC
pcre: remove nthreads constant dependency (#44542)
Tip revision: ca17788
Downloads.version
DOWNLOADS_BRANCH = master
DOWNLOADS_SHA1 = 2a21b1536aec0219c6bdb78dbb6570fc31a40983
DOWNLOADS_GIT_URL := https://github.com/JuliaLang/Downloads.jl.git
DOWNLOADS_TAR_URL = https://api.github.com/repos/JuliaLang/Downloads.jl/tarball/$1
back to top