julia
b331c706 - typeintersect: use jl_alloc_svec to allocate SimpleVector (#27655)

Commit
7 years ago
typeintersect: use jl_alloc_svec to allocate SimpleVector (#27655) PR #27573 introduced a call to jl_alloc_svec_uninit. This may not be gc-rooted, since it is not initialized. Also update code-formatting to mirror surrounding code.
Author
Parents
Loading