Re: GSoC (Improvements to GCC on Windows)

2018-03-16 Thread Ko Phyo
Thanks a lot for the information. I will do that. Hoping to work with great
people.

On Mar 14, 2018 11:43 PM, "Martin Jambor"  wrote:

> Hello,
>
> On Tue, Mar 13 2018, Ko Phyo wrote:
> > Hello
> >
> > I want to apply the project "Improvements to GCC on Windows" of
> GCC
> > foundation. As a student, I have some theorectical knowledges about C/C++
> > and compiler technologies. And I am sure that the Windows platform has
> > steps that are little behind than other open source platforms in pure
> C/C++
> > technology. So I decided to work on GSoC 2018 with your "Windows
> > Improvement program". Please let me know if I am selected as a mentored
> > student in yours great project. I will be waiting for your kind reply.
>
> Well, please note that you still need to apply formally through the GSoC
> website to stand a chance to be selected, that does not happen here.
> We want students to contact us prior to applying so that their proposals
> and goals make sense.
>
> As far as improving GCC on Windows is concerned, we may find it
> challenging to find you a mentor (I am CCing Jonathan Yong, the cygwin
> and mingw-w64 maintainer, maybe he has an idea what could be done in
> this area as a GSoC project and who might mentor it?).
>
> Meanwhile, make sure you can build GCC from sources on Windows (I admit
> I would not know how to do it myself!) and run the testsuite.
>
> Good luck,
>
> Martin
>


Re: GSOC 2018 - Textual LTO dump tool project

2018-03-16 Thread Hrishikesh Kulkarni
Hi,

Thanks Martin and Richard. I have uploaded the final proposal on GSOC
website. Meantime I will study makefiles and GNU Make in greater detail.

Regards,
Hrishikesh


On Thu, Mar 15, 2018 at 4:09 PM, Martin Liška  wrote:

> On 03/15/2018 09:45 AM, Richard Biener wrote:
> > Yes, I think it's fine to submit it - but let's ask the Mentor for the
> > project, Martin, for his
> > opinion first.
> >
> > Martin?
> >
> > Thanks,
> > Richard.
>
> Hi.
>
> Sorry for the delay and thanks to Richi who's been co-mentoring the
> project.
> I've just read the submission draft and it looks nice! Please submit it.
>
> Martin
>


GSOC Question about the parallelization project

2018-03-16 Thread Sebastiaan Peters
Hello,

My name is Sebastiaan Peters, currently an undergrad compsci student from The 
Netherlands.

I'm interested in the project about parallelizing the compilation with threads 
project. 

My main background is with c#, however I have some experience with c, c++ and 
x86 assembly. 
As for my knowledge about compilers, that is mostly limited to the first few 
chapters of the dragon book.
I have compiled GCC which acted as a cross compiler for my (very small) toy os.

Currently I have 3 questions:

1. Would my background knowledge be sufficient for this project?
2. What is currently the recommended reading for learning the gcc internals?
3. When it comes down to the different compiler phases, 
which phase would be most benefited from the parallelization? 

Kind regards,

Sebastiaan Peters