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 EC71B3858D33 for ; Wed, 1 Mar 2023 18:57:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org EC71B3858D33 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 D8EA921AB9; Wed, 1 Mar 2023 18:57:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1677697044; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=jmGph4zmgPWGY9So7DMB3cs0obxYetW3w21dK3E2l9Y=; b=v6JxbAiNyxh36gD+8Ja581Y27UmW8JS3KQC/2MZBcXsRHe+zE+SmQPlL5X0ebOgCOTjyAE xeTrNi3B3FImxu8Ixf6g3APCGQ6VMEkFgVjPQqcC2Bf1C/ge3BOjWLiu29qD3ScSJpBTnE ZSanv0Af9OwgeeaPdIy9i58kSAk1tYE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1677697044; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=jmGph4zmgPWGY9So7DMB3cs0obxYetW3w21dK3E2l9Y=; b=8PIdYoQ5A4hFrCkhNbRpMyAMTDaHFRIDBgXC02g6xEkWYMuf0gkDmEBuQ4Jl4T5WRNjLad gRdeGXOOZqEzDrAw== 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 CB7C213A63; Wed, 1 Mar 2023 18:57:24 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 4LulMRSg/2M0TQAAMHmgww (envelope-from ); Wed, 01 Mar 2023 18:57:24 +0000 From: Martin Jambor To: Kristiyan Stoimenov Cc: GCC Mailing List , David Malcolm Subject: Re: GSoC: Interest in taking the `-ftime-trace` project In-Reply-To: References: User-Agent: Notmuch/0.37 (https://notmuchmail.org) Emacs/28.2 (x86_64-suse-linux-gnu) Date: Wed, 01 Mar 2023 19:57:24 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-5.8 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 Kristiyan, On Wed, Feb 08 2023, Kristiyan Stoimenov via Gcc wrote: > Hello, > > I would like to ask whether I could be part of the upcoming GSoC. I have > been wanting to contribute to the project for some time now and I think > that this would be a nice opportunity for that. > > I have looked into the different starter projects that are offered in the > [Wiki GSoC page](https://gcc.gnu.org/wiki/SummerOfCode) and I was > particularly interested in the `-ftime-trace` project. In case you have not noticed, there was a message to this mailing list a week ago ( https://gcc.gnu.org/pipermail/gcc/2023-February/240756.html ) about a basic implementation of this in a plug-in located at https://github.com/royjacobson/externis This may help you with thinking about the task and writing your proposal. Of course, the resulting project would have to be not a plugin and aim to give users more insight into the compilation process to be successful. But it may be a useful starting point. Apart from that, all David's advice was of course very good (but meanwhile we got accepted as a mentoring Org). Good luck! Martin