We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
jl_get_cfunction_trampoline
As seen in the wild (JuliaGPU/CUDA.jl#588) and noted as a todo (
julia/src/runtime_ccall.cpp
Line 271 in 8629e21
@vtjnash adding a lock to each htable_t seems heavy. Should each callsite codegen a lock?
htable_t
The text was updated successfully, but these errors were encountered:
cfunction
Successfully merging a pull request may close this issue.
As seen in the wild (JuliaGPU/CUDA.jl#588) and noted as a todo
(
julia/src/runtime_ccall.cpp
Line 271 in 8629e21
jl_get_cfunction_trampoline
is not thread-safe.@vtjnash adding a lock to each
htable_t
seems heavy. Should each callsite codegen a lock?The text was updated successfully, but these errors were encountered: