Commit 1e0d4a7
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 43bf2d0 commit 1e0d4a7
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3248 | 3248 | | |
3249 | 3249 | | |
3250 | 3250 | | |
| 3251 | + | |
| 3252 | + | |
3251 | 3253 | | |
3252 | | - | |
3253 | | - | |
| 3254 | + | |
| 3255 | + | |
3254 | 3256 | | |
3255 | 3257 | | |
3256 | 3258 | | |
| |||
0 commit comments