Cthulhu.jl icon indicating copy to clipboard operation
Cthulhu.jl copied to clipboard

`runtime` warning for `!==` calls

Open KristofferC opened this issue 2 years ago • 1 comments

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?

KristofferC avatar Apr 30 '23 18:04 KristofferC

We return NoCallInfo for few quasi-builtin functions as special cases. Cthulhu will need to add corresponding special handling for them.

aviatesk avatar May 04 '23 06:05 aviatesk