Commit 8b82ce1
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 2dea691 commit 8b82ce1
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3164 | 3164 | | |
3165 | 3165 | | |
3166 | 3166 | | |
| 3167 | + | |
| 3168 | + | |
3167 | 3169 | | |
3168 | | - | |
3169 | | - | |
| 3170 | + | |
| 3171 | + | |
3170 | 3172 | | |
3171 | 3173 | | |
3172 | 3174 | | |
| |||
0 commit comments