runtime cleanup.
* move memory code into $GOOS-specific directory. * allow printing of static strings < 256 bytes. (dynamic strings will bump maxstring as they are allocated.) * use cgo2c for runtime.mal. R=r, dho CC=golang-dev https://golang.org/cl/186143
Showing
src/pkg/runtime/darwin/mem.c
0 → 100644
src/pkg/runtime/linux/mem.c
0 → 100644
src/pkg/runtime/runtime1.cgo
0 → 100644
Please register or sign in to comment