julia
aff4e1c9 - optimizer: inline constant `String` return value

Commit
3 years ago
optimizer: inline constant `String` return value The purpose of `is_inlineable_constant` is to avoid code size increases from copying objects too much. `String`s would be fine since they are generally copied around by reference only.
Author
Committer
Parents
Loading