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: Remove old escape analysis code


This patch by Chris Manghane removes the old escape analysis code that
never quite worked.  He has written a series of patches that implement
working escape analysis.  I will be working through reviewing those.
This patch bootstrapped and ran Go testsuite on x86_64-pc-linux-gnu.
Committed to mainline.

Ian

2016-04-29  Chris Manghane  <cmang@google.com>

* Make-lang.in (GO_OBJS): Remove go/dataflow.o, go/escape.o.

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]