From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7009 invoked by alias); 25 Apr 2018 03:17:46 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 6993 invoked by uid 89); 25 Apr 2018 03:17:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=wonderful, work, H*f:sk:ri64lk0, H*i:sk:ri64lk0 X-HELO: mail-ot0-f180.google.com Received: from mail-ot0-f180.google.com (HELO mail-ot0-f180.google.com) (74.125.82.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 25 Apr 2018 03:17:42 +0000 Received: by mail-ot0-f180.google.com with SMTP id w4-v6so23742210ote.12 for ; Tue, 24 Apr 2018 20:17:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=fdBcUN6tewJMbJE/avSiZnfx1t683fBjMnCGlptUGwA=; b=KFK/LDdWr0hugtZ0bdK1oiIUQUzT8mPuzRu7NPBv6gjR8nhOo0A5w3UHmmMaPPP1BG cY6XRzFPOKnKXgwwhrlLLmt9TszAprOZ5E0Wn+Gh3PxP7beRMOMEyR9gB4zn91rs2LEx H5JabZpz7pdiFaRvcfPRgMaeENdw8wNTLm1lK1LWBuaS+moabdE4E0FwdeZZ6kQ8iKVV TaOP8yrwC6s4AROOIrq+ysdg31ILWrznC0NFMgvyWBg3Yh4nDig7V1HUH+0XrjsGWCNp 0T7JCd/l4ija33lXYrRvO4u8qdj598Kmybd7f0XaKF61YoW/ROAvyvXg8N0vB6tFD7is U8+g== X-Gm-Message-State: ALQs6tAZ0vH9/rNhw4M0Dnxmg4Ftm9sokcHsSwS/BbIT4C4XlwFfr9PL RNek/zgqFDpj+bJtcoWfYvmoBVAmVF03loK75LPErg== X-Google-Smtp-Source: AIpwx4/jDsciwOSgpM5CDoDUO2IXmkOFZf/v3Qeg87S+xyfrHGoCjYxgQdnFd3y6uasCACkGA45C+cJLKkDKf0Mahi0= X-Received: by 2002:a9d:700c:: with SMTP id k12-v6mr17205248otj.178.1524626260886; Tue, 24 Apr 2018 20:17:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.131.197 with HTTP; Tue, 24 Apr 2018 20:17:40 -0700 (PDT) In-Reply-To: References: From: Hrishikesh Kulkarni Date: Wed, 25 Apr 2018 06:04:00 -0000 Message-ID: Subject: Re: GSoC 2018: Hrishikesh Kulkarni has been selected to work on LTO dumping tool To: GCC mailing list Cc: Martin Jambor , Martin Liska , Jan Hubicka , David Edelsohn Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-04/txt/msg00153.txt.bz2 Hi, Thanks a lot for giving me this wonderful opportunity to work with GCC under your guidance and mentorship (GSOC 2018). Just a few starting queries 1. As a starting point to read lto-object file, is it sufficient to only link with lto-object.c or shall I need other source files too ? 2. Should the dump tool be under gcc or lto dir? Would I need to modify only gcc/Makefile.in to add entry for building the dump tool or any other Makefiles too ? Also, I would proceed with copyright assignment as soon as I will receive the mentioned forms. Thanks, Hrishikesh On Tue, Apr 24, 2018 at 6:27 PM, Martin Jambor wrote: > Hello, > > I am pleased to announce that Hrishikesh Kulkarni will be working on > "Textual Representation of LTO Object Files (Textual LTO dump tool > project)" as his Google Summer of Code 2018 project. I believe I write > on behalf of everybody in the GCC community when I congratulate him and > wish him success in the upcoming work. Hrishikesh's mentors are Martin > Li=C5=A1ka and Jan Hubi=C4=8Dka, but the plan is to have most of the conv= ersation > about the project on the mailing list and so I would like to encourage > everyone to help him out here if they can. > > According to the schedule of GSoC, we have entered "Community Bonding > period" which lasts until May 14th (when the first out of three "coding" > periods begin). Hrishikesh, Martin and Honza will take over from me in > suggesting what technical things you should study/play with, but I'd > like to request that you make sure you get an FSF copyright assignment > quickly (see https://gcc.gnu.org/contribute.html#legal). David, I > assume that Hrishikesh does not have the assignment yet, can you please > send him the necessary forms? Hrishikesh, please fill them is when you > get and send them to FSF. If at any moment it will appear that the > process got stuck, please let me know sooner rather than later. > > On a general note, GCC was given two student slots which we requested > after receiving two high-quality student proposals. Unfortunately, > Sebastiaan has withdrawn from GSoC 2018 before selection was announced > and so we "only" have one student this year. > > I'm looking forward to the new tool, > > Martin >