You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix build warning in gc-alloc-profiler.cpp: cast to (size_t) (#44180)
`std::vector::size()` returns a `size_t`, so we need to cast the int
`jl_n_threads` to a `size_t` for the comparison.
(cherry picked from commit 15dcd5b)
0 commit comments