Re: GSOC Question about the parallelization project

2018-03-23 Thread Sebastiaan Peters
>On Wed, Mar 21, 2018 at 8:04 PM, Sebastiaan Peters > wrote: >>>On Wed, Mar 21, 2018 at 9:50 AM, Sebastiaan Peters >>> wrote: >>>>>On Tue, Mar 20, 2018 at 3:49 PM, David Malcolm wrote: >>>>>> On Tue, 2018-03-20 at 14:02 +0100, Richard Biene

Re: GSOC Question about the parallelization project

2018-03-21 Thread Sebastiaan Peters
>On Wed, Mar 21, 2018 at 9:50 AM, Sebastiaan Peters > wrote: >>>On Tue, Mar 20, 2018 at 3:49 PM, David Malcolm wrote: >>>> On Tue, 2018-03-20 at 14:02 +0100, Richard Biener wrote: >>>>> On Mon, Mar 19, 2018 at 9:55 PM, Richard Biener >>>>&g

Re: GSOC Question about the parallelization project

2018-03-21 Thread Sebastiaan Peters
>On Tue, Mar 20, 2018 at 3:49 PM, David Malcolm wrote: >> On Tue, 2018-03-20 at 14:02 +0100, Richard Biener wrote: >>> On Mon, Mar 19, 2018 at 9:55 PM, Richard Biener >>> wrote: >>> > On March 19, 2018 8:09:32 PM GMT+01:00, Sebastiaan Peters >>

Re: GSOC Question about the parallelization project

2018-03-19 Thread Sebastiaan Peters
>The goal should be to extend TU wise parallelism via make to function wise >parallelism within GCC. Could you please elaborate more on this? From: Richard Biener Sent: Monday, March 19, 2018 18:37 To: Sebastiaan Peters Cc: gcc@gcc.gnu.org Subject: Re

Re: GSOC Question about the parallelization project

2018-03-19 Thread Sebastiaan Peters
Thank you for your quick response. Does the GIMPLE optimization pipeline include only the Tree SSA passes or also the RTL passes? Are the currently other parts of the compiler that have been parallelized? Kind regards, Sebastiaan Peters

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 f