Commit 13effd9
bugfix: load jl_n_threads in jl_gc_pool_live_bytes (JuliaLang#52034) (#106)
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 4db8041 commit 13effd9
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3211 | 3211 | | |
3212 | 3212 | | |
3213 | 3213 | | |
| 3214 | + | |
| 3215 | + | |
3214 | 3216 | | |
3215 | | - | |
3216 | | - | |
| 3217 | + | |
| 3218 | + | |
3217 | 3219 | | |
3218 | 3220 | | |
3219 | 3221 | | |
| |||
0 commit comments