jl_get_builtin_fptr
not handled correctly for call resolution
#83
Labels
bug
Something isn't working
jl_get_builtin_fptr
not handled correctly for call resolution
#83
This should be a single runtime call (and it's also not allocating).
As part of fixing this, we should probably add an
UnknownRuntimeFunction
error type. That way we don't imply something is allocating when really we have an unresolved runtime call.The text was updated successfully, but these errors were encountered: