julia
4dad6d30 - avoid calling `uncompressed_ir` when checking `has_fcall` (#48258)

Commit
2 years ago
avoid calling `uncompressed_ir` when checking `has_fcall` (#48258) We don't need to allocate new `CodeInfo` just to check `has_fcall` since the equivalent information can be encoded in `Method` object.
Author
Parents
Loading