JuliaDebug / Cthulhu.jl

The slow descent into madness
MIT License
650 stars 41 forks source link

`runtime` warning for `!==` calls #448

Open KristofferC opened 1 year ago

KristofferC commented 1 year ago

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?

aviatesk commented 1 year ago

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