Commit c0c0f14
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 117717a commit c0c0f14
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3261 | 3261 | | |
3262 | 3262 | | |
3263 | 3263 | | |
| 3264 | + | |
| 3265 | + | |
3264 | 3266 | | |
3265 | | - | |
3266 | | - | |
| 3267 | + | |
| 3268 | + | |
3267 | 3269 | | |
3268 | 3270 | | |
3269 | 3271 | | |
| |||
0 commit comments