julia
b331c706
- typeintersect: use jl_alloc_svec to allocate SimpleVector (#27655)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#27655 - typeintersect: use jl_alloc_svec to allocate SimpleVector
Author
vtjnash
Parents
a169b349
Loading