From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 846DF3858D3C for ; Tue, 21 Mar 2023 20:19:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 846DF3858D3C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 4ABCE22667; Tue, 21 Mar 2023 20:19:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1679429965; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cq+OAV4ka7O75/fxoXU3dI33ble66V6wyUuZP/LOTT8=; b=zprStLzRnqkohDypzOeCdXb0HIp00gAnDJWZjVsK/mEK6i3RS1kj0ltYCdC/t1rU9BaZEi En18WudmPkdgwfr5/X59GjwJ04+qagta+62AV8FU8XDB3SXOnIHFdKFGhL0G6nHFo391xT 5Kf66vrCwxwHAhvoLGMfv2Xt7Ca0Td8= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1679429965; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cq+OAV4ka7O75/fxoXU3dI33ble66V6wyUuZP/LOTT8=; b=/jU51Uk5Tf8tZnlPfVPbI2qGanYmejvPS+Df2hjr6fmjYGRiXh04/75/d0ZYWUPibQfQaR Jmy4eglk/FonxBDA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 3528713451; Tue, 21 Mar 2023 20:19:25 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id +D9kC00RGmR+dwAAMHmgww (envelope-from ); Tue, 21 Mar 2023 20:19:25 +0000 From: Martin Jambor To: Megha Raj Cc: GCC Mailing List Subject: Re: Regarding GSOC In-Reply-To: References: User-Agent: Notmuch/0.37 (https://notmuchmail.org) Emacs/28.2 (x86_64-suse-linux-gnu) Date: Tue, 21 Mar 2023 21:19:24 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: 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, 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 memb= ers >> > of your organization as I=E2=80=99m aware with c &c++ so, can you plea= se 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 >>