]> gcc.gnu.org Git - gcc.git/commit
escape: Implement assign phase.
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 14 Jun 2016 04:29:43 +0000 (04:29 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 14 Jun 2016 04:29:43 +0000 (04:29 +0000)
commit3db5773f7083637c9adb2481d35389495309bc05
treefe13269bac2b31707c096e57f7a2dd574c440285
parentc8aa46d6b2deed1a3d9c89bead4f75577c946c90
escape: Implement assign phase.

    Implementation of the assign/connect phase.
    Statements containing expressions which alias local, parameter,
    and global objects are analyzed and the alias relationship between
    objects containing pointers are captured in a connection graph to
    summarize the assignments within a function.

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

From-SVN: r237424
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/escape.cc
gcc/go/gofrontend/escape.h
gcc/go/gofrontend/gogo.h
gcc/go/gofrontend/statements.cc
gcc/go/gofrontend/statements.h
gcc/go/gofrontend/types.cc
This page took 0.058312 seconds and 5 git commands to generate.