Commit 6dc060e
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 3f902d7 commit 6dc060e
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3178 | 3178 | | |
3179 | 3179 | | |
3180 | 3180 | | |
| 3181 | + | |
| 3182 | + | |
3181 | 3183 | | |
3182 | | - | |
3183 | | - | |
| 3184 | + | |
| 3185 | + | |
3184 | 3186 | | |
3185 | 3187 | | |
3186 | 3188 | | |
| |||
0 commit comments