This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Go patch committed: Escape analysis framework


This patch by Chris Manghane implements the basic framework for the
new escape analysis.  It doesn't really do anything at this point,
this is just a skeleton.  Bootstrapped and ran Go testsuite on
x86_64-pc-linux-gnu.  Committed to mainline.

Ian

2016-05-06  Chris Manghane  <cmang@google.com>

* Make-lang.in (GO_OBJS): Add go/escape.o (based on an entirely
new escape.cc).

Attachment: patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]