Name |
Last commit
|
Last update |
---|---|---|
.. | ||
arrayclear.go | ||
cmpstring.go | ||
concatstring.go | ||
dg.exp | ||
err-1.go | ||
goto-1.go | ||
mapclear.go | ||
mapstring.go | ||
undef-1.go |
If a string([]byte) conversion is used immediately in a string concatenation, we don't need to copy the backing store of the byte slice, as the runtime function doesn't hold any reference to it. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/182437 * go.dg/concatstring.go: New test. From-SVN: r272460
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
arrayclear.go | Loading commit data... | |
cmpstring.go | Loading commit data... | |
concatstring.go | Loading commit data... | |
dg.exp | Loading commit data... | |
err-1.go | Loading commit data... | |
goto-1.go | Loading commit data... | |
mapclear.go | Loading commit data... | |
mapstring.go | Loading commit data... | |
undef-1.go | Loading commit data... |