Commit 2bf8a0c
bugfix: load jl_n_threads in jl_gc_pool_live_bytes (JuliaLang#52034)
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 1a13725 commit 2bf8a0c
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3254 | 3254 | | |
3255 | 3255 | | |
3256 | 3256 | | |
| 3257 | + | |
| 3258 | + | |
3257 | 3259 | | |
3258 | | - | |
3259 | | - | |
| 3260 | + | |
| 3261 | + | |
3260 | 3262 | | |
3261 | 3263 | | |
3262 | 3264 | | |
| |||
0 commit comments