Re: GSoC ideas: sc frontend, multi output compilation, constant path swap runtime optimization

2012-03-19 Thread Andrew Haley
On 03/18/2012 11:53 PM, Tomasz Borowik wrote: The perfect solution would be to shun away the standard model and actually support a kind of on-demand recompilation where the editor tells the compiler (running in background) what has changed and the compiler (having a function inlining map)

Re: GSoC ideas: sc frontend, multi output compilation, constant path swap runtime optimization

2012-03-19 Thread Tomasz Borowik
On Mon, 19 Mar 2012 13:26:00 + Andrew Haley a...@redhat.com wrote: On 03/18/2012 11:53 PM, Tomasz Borowik wrote: The perfect solution would be to shun away the standard model and actually support a kind of on-demand recompilation where the editor tells the compiler (running in

Re: GSoC ideas: sc frontend, multi output compilation, constant path swap runtime optimization

2012-03-19 Thread Ian Lance Taylor
Tomasz Borowik timo...@lavabit.com writes: The most beneficial task (for me) would be to just bring the front-end I've already written up to mainline quality (though not necessarily inclusion), and in the process update some of the documentation or maybe even cleanup some gcc code. I have

GSoC ideas: sc frontend, multi output compilation, constant path swap runtime optimization

2012-03-18 Thread Tomasz Borowik
I'm sending the email again as my connection seems to be having strange issues and it doesn't look like it got through the first time (hope it doesn't get duplicated). Hello everyone, I'm thinking of applying for GSoC, and I've got three main ideas for gcc based around my project. I've been

Re: GSoC ideas

2008-03-30 Thread Robert Millan
Hi Ian, On Sat, Mar 29, 2008 at 07:28:19PM -0700, Ian Lance Taylor wrote: Robert Millan [EMAIL PROTECTED] writes: I know it's a bit late, but I just thought that it'd be really nice if GCC had a C# frontend. I don't have time to do this myself right now (although I'm willing to work on

Re: GSoC ideas

2008-03-30 Thread Tom Tromey
Robert == Robert Millan [EMAIL PROTECTED] writes: Robert I know it's a bit late, but I just thought that it'd be really Robert nice if GCC had a C# frontend. FWIW there is an incomplete CIL front end on a branch. See: http://gcc.gnu.org/projects/cli.html Based on experience with gcj I

Re: GSoC ideas

2008-03-30 Thread Robert Millan
On Sun, Mar 30, 2008 at 08:47:05AM -0600, Tom Tromey wrote: Robert == Robert Millan [EMAIL PROTECTED] writes: Robert I know it's a bit late, but I just thought that it'd be really Robert nice if GCC had a C# frontend. FWIW there is an incomplete CIL front end on a branch. See:

Re: GSoC ideas

2008-03-30 Thread David Daney
Robert Millan wrote: Hi Ian, On Sat, Mar 29, 2008 at 07:28:19PM -0700, Ian Lance Taylor wrote: However, I think a C# frontend would be too much work for one student during the summer. Do you think it can be broken down? My understanding of compilers is very narrow (although I

GSoC ideas

2008-03-29 Thread Robert Millan
Hi, I know it's a bit late, but I just thought that it'd be really nice if GCC had a C# frontend. I don't have time to do this myself right now (although I'm willing to work on it in the future if noone beats me to it), but maybe someone would pick it if it enters GSoC. My motivation for this

Re: GSoC ideas

2008-03-29 Thread Ian Lance Taylor
Robert Millan [EMAIL PROTECTED] writes: I know it's a bit late, but I just thought that it'd be really nice if GCC had a C# frontend. I don't have time to do this myself right now (although I'm willing to work on it in the future if noone beats me to it), but maybe someone would pick it if