Hello, please CC the mailing list on these discussions.
On Fri, Mar 17 2023, Megha Raj wrote: > Thank you for your mail > Now I'm focusing on internal working of compiler > As having a rough idea is enough for the contribution or I need depth > knowledge?? that depends on the project but for many, just having an idea what an Intermediate Representation (IR), sometimes called Intermediate Language (IL) is, can suffice. But it really depends on what you would like to focus on. Good luck, Martin > > On Tue, 14 Mar, 2023, 22:55 Martin Jambor, <mjam...@suse.cz> wrote: > >> Hello, >> >> On Mon, Mar 13 2023, Megha Raj via Gcc wrote: >> > Respected sir/mam, >> > >> > Actually I want to know what are skills you desire to have in the members >> > of your organization as I’m aware with c &c++ so, can you please let me >> > know other than this what knowledge should I know for getting selected in >> > your franchise in deep >> >> We are delighted you found contributing to GCC interesting. >> >> Apart from C/C++ coding skills, most projects require some rudimentary >> theoretical background in compilers. >> >> Please look again at the "Before you apply" section of the >> idea page https://gcc.gnu.org/wiki/SummerOfCode#Before_you_apply and >> make sure you are able to build, install and test GCC and then have it >> generate dumps and step through some function during compilation. >> >> Afterwards, look at a suggested idea, try to identify the portion of GCC >> source which is involved and email us back to the mailing list, >> describing the idea and (often with help from the community) what is >> your plan to address it. Also, we'll be happy to help with any specific >> GCC development issues you may encounter. >> >> Good luck, >> >> Martin >>