Re: [GSoC'19] Parallelize GCC with Threads -- Second Evaluation Status

2019-07-22 Thread Richard Biener
On Mon, 22 Jul 2019, Richard Biener wrote: > On Sun, 21 Jul 2019, Giuliano Belinassi wrote: > > > Hi all, > > > > Here is my second evaluation report, together with a simple program that > > I was able to compile with my parallel version of GCC. Keep in mind that > > I still have lots of concurr

Re: [GSoC'19] Parallelize GCC with Threads -- Second Evaluation Status

2019-07-22 Thread Richard Biener
On Sun, 21 Jul 2019, Giuliano Belinassi wrote: > Hi all, > > Here is my second evaluation report, together with a simple program that > I was able to compile with my parallel version of GCC. Keep in mind that > I still have lots of concurrent issues inside the compiler and therefore > my branch w

[GSoC'19] Parallelize GCC with Threads -- Second Evaluation Status

2019-07-21 Thread Giuliano Belinassi
Hi all, Here is my second evaluation report, together with a simple program that I was able to compile with my parallel version of GCC. Keep in mind that I still have lots of concurrent issues inside the compiler and therefore my branch will fail to compile pretty much anything else. To reproduce