julia
55c40ce5 - move null check in `unsafe_convert` of RefValue (#55766)

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.
Author
Parents
Loading