julia
55c40ce5
- move null check in `unsafe_convert` of RefValue (#55766)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
move null check in `unsafe_convert` of RefValue (#55766) LLVM can optimize out this check but our optimizer can't, so this leads to smaller IR in most cases.
References
#55766 - move null check in `unsafe_convert` of RefValue
Author
JeffBezanson
Parents
a993cd8f
Loading