julia
651aef94
- Use llvm::SmallVector instead of std::vector for bounds checking (#51579)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Use llvm::SmallVector instead of std::vector for bounds checking (#51579) This should catch issues like https://github.com/JuliaLang/julia/issues/51561, at least when running with `FORCE_ASSERTIONS := 1` (as PkgEval does).
References
#51579 - Use llvm::SmallVector instead of std::vector for bounds checking
Author
maleadt
Parents
f82f0d48
Loading