Cthulhu.jl
Cthulhu.jl copied to clipboard
`runtime` warning for `!==` calls
I sometimes see "runtime" indicators as in:
runtime libgfortran_version(p::Base.BinaryPlatforms.Platform)::Union{Nothing, VersionNumber} !== nothing::Nothing
But will this !== call really be a runtime call?
We return NoCallInfo for few quasi-builtin functions as special cases. Cthulhu will need to add corresponding special handling for them.