Re: Completing GCC Go escape analysis in GSoC 2014

2014-03-16 Thread Ian Lance Taylor
On Sun, Mar 16, 2014 at 9:59 AM, Ray Li wrote: > > I have spend these 3 days to read lots of documents about Go and > gccgo. And scan many papers about escape analysis. > > I plan to use about next 2 days to read more source code of gccgo. > > In order to dig more and come to a more de

Re: Completing GCC Go escape analysis in GSoC 2014

2014-03-16 Thread Ray Li
Hi Ian I have spend these 3 days to read lots of documents about Go and gccgo. And scan many papers about escape analysis. I plan to use about next 2 days to read more source code of gccgo. In order to dig more and come to a more detailed and efficient proposal. I need your suggestio

Re: Completing GCC Go escape analysis in GSoC 2014

2014-03-13 Thread Ian Lance Taylor
On Wed, Mar 12, 2014 at 8:31 PM, Ray Li wrote: > > Hi, I'm a student interested in working on GCC and want to make a > proposal of GSoC 2014 on GCC Go escape analysis. > > I 've read code under /gcc/testsuit/go.* the some source code of > gofrontend, and realization of escape analysis and furtherm

Completing GCC Go escape analysis in GSoC 2014

2014-03-12 Thread Ray Li
Hi, I'm a student interested in working on GCC and want to make a proposal of GSoC 2014 on GCC Go escape analysis. I 've read code under /gcc/testsuit/go.* the some source code of gofrontend, and realization of escape analysis and furthermore optimization is needed. Right now I have come up with