compiler, runtime: copy string code from Go 1.7
Add compiler support for turning concatenating strings into a call to a runtime function that takes the appropriate number of arguments. Rename some local variables in mgc0.c to avoid macros that the new rune.go causes to appear in runtime.inc. Reviewed-on: https://go-review.googlesource.com/30827 From-SVN: r241074
Showing
This diff is collapsed.
Click to expand it.
libgo/go/runtime/rune.go
0 → 100644
libgo/go/runtime/string.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/runtime/go-int-to-string.c
deleted
100644 → 0
libgo/runtime/go-rune.c
deleted
100644 → 0
libgo/runtime/go-strplus.c
deleted
100644 → 0
libgo/runtime/string.goc
deleted
100644 → 0
Please
register
or
sign in
to comment