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
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
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
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