runtime: copy mprof code from Go 1.7 runtime
Also create a gccgo version of some of the traceback code in traceback_gccgo.go, replacing some code currently in C. This required modifying the compiler so that when compiling the runtime package a slice expression does not cause a local array variable to escape to the heap. Reviewed-on: https://go-review.googlesource.com/31230 From-SVN: r241189
Showing
libgo/go/runtime/mprof.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/go/runtime/traceback_gccgo.go
0 → 100644
libgo/runtime/go-traceback.c
deleted
100644 → 0
libgo/runtime/mprof.goc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment