compiler: disable escape analysis for runtime
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 6 Nov 2017 21:00:32 +0000 (21:00 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 6 Nov 2017 21:00:32 +0000 (21:00 +0000)
commitb78e2e523861079fa0fddee0c94af27e2dd27425
tree8c880f487481702e3a196fbc5fd2ac89c48a5e32
parentce995d1cc294c195c5a58061369ffdd4e2f4dea0
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

From-SVN: r254476
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/escape.cc