julia
aff4e1c9
- optimizer: inline constant `String` return value
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
avi/inline_string
#46209 - optimizer: inline constant `String` return value
Author
aviatesk
Committer
aviatesk
Parents
bc4bb1b7
Loading