compiler: disable escape analysis for runtime
commit1bcc0df0965c31ff3170910992809387f25236b6
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Nov 2017 21:00:32 +0000 (6 21:00 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Nov 2017 21:00:32 +0000 (6 21:00 +0000)
tree8c880f487481702e3a196fbc5fd2ac89c48a5e32
parent2da56ec4c3fa20d5e1dfcc8b1e3c9a79bbed2834
compiler: disable escape analysis for runtime

    Currently the runtime is hard-coded to non-escape in various places.
    Don't run escape analysis for runtime.

    Reviewed-on: https://go-review.googlesource.com/76210

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254476 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/escape.cc