julia
4dad6d30
- avoid calling `uncompressed_ir` when checking `has_fcall` (#48258)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#48258 - avoid calling `uncompressed_ir` when checking `has_fcall`
Author
aviatesk
Parents
1ee253d3
Loading