String literal storage optimization #58
Labels
area:cil-interop
Related to CIL (.NET) interop
good-first-issue
An issue considered simple enough for new contributors
hacktoberfest
kind:feature
New feature or request
status:help-wanted
Open for contributors
When storing two literals,
"bar"
and"foobar"
, the compiler may optimize them to save space in the binary: only store"foobar"
and point"bar"
pointer to the middle of the literal.The text was updated successfully, but these errors were encountered: