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 Biener wrote: >>> On Mon, Mar 19, 2018 at 9:55 PM, Richard

Re: GSOC Question about the parallelization project

2018-03-22 Thread Richard Biener
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 Biener wrote: >> On Mon, Mar 19, 2018 at 9:55 PM, Richard Biener

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 > wrote: > > On March 19, 2018 8:09:32 PM GMT+01:00, Se

Re: GSOC Question about the parallelization project

2018-03-21 Thread Richard Biener
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 wrote: > On March 19, 2018 8:09:32 PM GMT+01:00, Sebastiaa

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 >> > 7...@hotmail.com> wrote: >>> > > > The goal should

Re: GSOC Question about the parallelization project

2018-03-20 Thread Richard Biener
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 > > 7...@hotmail.com> wrote: >> > > > The goal should be to

Re: GSOC Question about the parallelization project

2018-03-20 Thread David Malcolm
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 > 7...@hotmail.com> wrote: > > > > The goal should be to extend TU wise parallelism via make to > > > > function > > >

Re: GSOC Question about the parallelization project

2018-03-20 Thread Richard Biener
"milestone" of this project is to identify such issues and document them somewhere. Richard. > Richard. > >>________________ >>From: Richard Biener >>Sent: Monday, March 19, 2018 18:37 >>To: Sebastiaan Peters >>Cc: gcc@gcc.gnu.org &

Re: GSOC Question about the parallelization project

2018-03-19 Thread Richard Biener
___ >From: Richard Biener >Sent: Monday, March 19, 2018 18:37 >To: Sebastiaan Peters >Cc: gcc@gcc.gnu.org >Subject: Re: GSOC Question about the parallelization project > >On March 19, 2018 4:27:58 PM GMT+01:00, Sebastiaan Peters > wrote: >>Thank you fo

Re: GSOC Question about the parallelization project

2018-03-19 Thread Sebastiaan Peters
: GSOC Question about the parallelization project On March 19, 2018 4:27:58 PM GMT+01:00, Sebastiaan Peters wrote: >Thank you for your quick response. > >Does the GIMPLE optimization pipeline include only the Tree SSA passes >or also the RTL passes? Yes, it only includes only Tree SSA pa

Re: GSOC Question about the parallelization project

2018-03-19 Thread Richard Biener
On March 19, 2018 4:27:58 PM GMT+01:00, Sebastiaan Peters wrote: >Thank you for your quick response. > >Does the GIMPLE optimization pipeline include only the Tree SSA passes >or also the RTL passes? Yes, it only includes only Tree SSA passes. The RTL part of the pipeline hasn't been audited to

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

Re: GSOC Question about the parallelization project

2018-03-19 Thread Richard Biener
On Fri, Mar 16, 2018 at 5:25 PM, Sebastiaan Peters wrote: > 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. Thanks for your interest in this proj

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 kno