Revision d834a4473e6dfdcf072f8b4426c00b0d9faa2d60 authored by Diogo Netto on 06 November 2023, 10:56:20 UTC, committed by GitHub on 06 November 2023, 10:56:20 UTC
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.
1 parent 6d4f409
Raw File
.gitattributes
# treat all files as files that should not be modified
* -text
back to top