julia
72ffbf17
- Mark array/string/svec size range (#37051)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 years ago
Mark array/string/svec size range (#37051) We require the length and size to both be signed integer so mark them as such for LLVM. This helps removing some unnecessary sign checks when calling C functions that expect a `size_t`
References
#37051 - Mark array/string/svec size range
Author
yuyichao
Parents
c15560e6
Loading