[GSoC 2020] Automatic Detection of Parallel Compilation Viability

2020-03-13 Thread Giuliano Belinassi via Gcc
Hi, all I want to propose and apply for the following GSoC project: Automatic Detection of Parallel Compilation Viability. https://www.ime.usp.br/~belinass/Automatic_Detection_of_Parallel_Compilation_Viability.pdf Feedback is welcome :) Here is a markdown version of it: **Automatic Detection o

Re: GSOC

2020-03-16 Thread Giuliano Belinassi via Gcc
Hi, Shivan. On 03/15, shivam tiwari via Gcc wrote: > In Which Format I have to Send Gsoc Proposal On this Mail PDF or DOC Format Perhaps the best way to write your proposal is to write LaTeX, and then convert it to Markdown using pandoc, and attach it to the mailing list. One example of this appr

Re: [GSoC 2020] Automatic Detection of Parallel Compilation Viability

2020-03-17 Thread Giuliano Belinassi via Gcc
Hi, Richi Thank you for your review! On 03/16, Richard Biener wrote: > On Fri, 13 Mar 2020, Giuliano Belinassi wrote: > > > Hi, all > > > > I want to propose and apply for the following GSoC project: Automatic > > Detection of Parallel Compilation Viability. > > > > Here is the proposal, and I

Re: [GSoC 2020] Automatic Detection of Parallel Compilation Viability

2020-03-17 Thread Giuliano Belinassi via Gcc
Hi, all I have applied some revews to the project. Please see the new proposal here: https://www.ime.usp.br/~belinass/Automatic_Detection_of_Parallel_Compilation_Viability.pdf **Automatic Detection of Parallel Compilation Viability** [Giuliano Belinassi]{style="color: darkgreen"}\ Timezone: GMT

Re: [GSoC 2020] Automatic Detection of Parallel Compilation Viability

2020-03-23 Thread Giuliano Belinassi via Gcc
Hi, Richi On 03/18, Richard Biener wrote: > On Tue, 17 Mar 2020, Giuliano Belinassi wrote: > > > Hi, all > > > > I have applied some revews to the project. Please see the new proposal > > here: > > Looks good, some editorial changes below > > > https://www.ime.usp.br/~belinass/Automatic_Detect

Re: [GSoC 2020] Automatic Detection of Parallel Compilation Viability

2020-03-24 Thread Giuliano Belinassi via Gcc
Hi, all. I am updating the timeline, since it was shifted due to SARS-CoV-2. Here is the updated version: - Week \[1, 4\] -- May 4 to May 27:\ Update `cc1`, `cc1plus`, `f771`, ..., to partition the Compilation Unit (CU) after IPA analysis directly into multiple LTRANS partitions, in

Re: Help implementing support for vec in gengtype

2020-04-20 Thread Giuliano Belinassi via Gcc
Hi. Sorry for the late reply. On 03/02, Richard Biener wrote: > On Thu, Feb 27, 2020 at 6:56 PM Giuliano Belinassi > wrote: > > > > Hi, all. > > > > I am tying to fix an issue with a global variable in the parallel gcc > > project. For this, I am trying to move some global variables from > > tree

Re: Help implementing support for vec in gengtype

2020-04-21 Thread Giuliano Belinassi via Gcc
Hi, Richi On 04/21, Richard Biener wrote: > On Mon, Apr 20, 2020 at 11:45 PM Giuliano Belinassi > wrote: > > > > Hi. Sorry for the late reply. > > > > On 03/02, Richard Biener wrote: > > > On Thu, Feb 27, 2020 at 6:56 PM Giuliano Belinassi > > > wrote: > > > > > > > > Hi, all. > > > > > > > > I

Writing automated tests for the GCC driver

2020-05-21 Thread Giuliano Belinassi via Gcc
Hi, all. GCC have a extensive testsuite, that is no news at all. However they are focused on the compiler (cc1*) or in libraries, and I can't find tests related to the GCC driver. Are there tests to the GCC driver? If yes, is there any docs about how to write them? Thank you, Giuliano.

Re: Writing automated tests for the GCC driver

2020-05-25 Thread Giuliano Belinassi via Gcc
Hi, On 05/22, Richard Biener wrote: > On Thu, May 21, 2020 at 11:00 PM Giuliano Belinassi via Gcc > wrote: > > > > Hi, all. > > > > GCC have a extensive testsuite, that is no news at all. However they are > > focused on the compiler (cc1*) or in libraries, a

[GSOC] Automatic Parallel Compilation Viability, Report 1

2020-07-02 Thread Giuliano Belinassi via Gcc
Hi, I am attaching here the first report of the "Automatic Parallel Viability" project. Please feel free to suggest improvements to the project. The content below is presented in markdown format, and you can easily convert it to PDF with pandoc if you feel it uncomfortable to read in current form

[GSoC] Automatic Detection of Parallel Compilation Viability, Report 2

2020-07-29 Thread Giuliano Belinassi via Gcc
Hi. Here I present the second report of the "Automatic Detection of Parallel Compilation Viability" in Markdown format. --- # Automatic Parallel Compilation Viability: Second Report ## Complete Tasks For the second evaluation,

[GSoC] Automatic Parallel Compilation Viability -- Final Report

2020-08-28 Thread Giuliano Belinassi via Gcc
Hi, This is the final report of the "Automatic Parallel Compilation Viability" project. Please notice that this report is pretty similar to the delivered from the 2nd evaluation, as this phase consisted of mostly rebasing and bug fixing. Please, reply this message for any question or suggestion.

Re: [GSoC] Automatic Parallel Compilation Viability -- Final Report

2020-08-31 Thread Giuliano Belinassi via Gcc
Hi, Richi. On 08/31, Richard Biener wrote: > On Fri, Aug 28, 2020 at 10:32 PM Giuliano Belinassi > wrote: > > > > Hi, > > > > This is the final report of the "Automatic Parallel Compilation > > Viability" project. Please notice that this report is pretty > > similar to the delivered from the 2nd

Re: [GSoC] Automatic Parallel Compilation Viability -- Final Report

2020-08-31 Thread Giuliano Belinassi via Gcc
Hi, Richi. On 08/31, Richard Biener wrote: > On Mon, Aug 31, 2020 at 1:15 PM Jan Hubicka wrote: > > > > > On Fri, Aug 28, 2020 at 10:32 PM Giuliano Belinassi > > > wrote: > > > > > > > > Hi, > > > > > > > > This is the final report of the "Automatic Parallel Compilation > > > > Viability" projec

Re: [PATCH] Try LTO partial linking. (Was: Speed of compiling gimple-match.c)

2021-06-12 Thread Giuliano Belinassi via Gcc
Hi, all. Please CC me when I am mentioned into a mail. On Thu, 2021-05-20 at 15:16 +0200, Richard Biener via Gcc wrote: > On Thu, May 20, 2021 at 3:06 PM Martin Liška wrote: > > > > On 5/20/21 2:54 PM, Richard Biener wrote: > > > So why did you go from applying this per-file to multiple files?