From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 90429 invoked by alias); 18 Feb 2019 20:35:48 -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 90402 invoked by uid 89); 18 Feb 2019 20:35:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=H*F:D*ac.in, Interested, masters, courses X-HELO: smtp1.iitb.ac.in Received: from smtp1.iitb.ac.in (HELO smtp1.iitb.ac.in) (103.21.127.13) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 18 Feb 2019 20:35:44 +0000 Received: from ldns1.iitb.ac.in (ldns1.iitb.ac.in [10.200.12.1]) by smtp1.iitb.ac.in (Postfix) with SMTP id 8C952104ADE3 for ; Tue, 19 Feb 2019 02:05:41 +0530 (IST) Received: (qmail 31842 invoked by uid 510); 19 Feb 2019 02:05:41 +0530 X-Qmail-Scanner-Diagnostics: from 10.200.1.25 by ldns1 (envelope-from , uid 501) with qmail-scanner-2.11 spamassassin: 3.4.1. mhr: 1.0. {clamdscan: 0.100.0/25363} Clear:RC:1(10.200.1.25):SA:0(0.0/7.0):. Processed in 3.322973 secs; 19 Feb 2019 02:05:41 +0530 X-Spam-Pyzor: Reported 0 times. X-Envelope-From: akshatg@cse.iitb.ac.in X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received: from unknown (HELO ldns1.iitb.ac.in) (10.200.1.25) by ldns1.iitb.ac.in with SMTP; 19 Feb 2019 02:05:38 +0530 Received: from jeeves.cse.iitb.ac.in (miller.cse.iitb.ac.in [10.129.3.1]) by ldns1.iitb.ac.in (Postfix) with ESMTP id D5B62360033 for ; Tue, 19 Feb 2019 02:05:37 +0530 (IST) Received: by jeeves.cse.iitb.ac.in (Postfix, from userid 51934) id BEC538C2B8B; Tue, 19 Feb 2019 02:05:37 +0530 (IST) Received: from www.cse.iitb.ac.in (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jeeves.cse.iitb.ac.in (Postfix) with ESMTPSA id C487A8C2B7E for ; Tue, 19 Feb 2019 02:05:36 +0530 (IST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 18 Feb 2019 20:35:00 -0000 From: akshatg To: Subject: [GSoC 2019]: Interested in "Make C/C++ not automatically promote =?UTF-8?Q?memory=5Forder=5Fconsume=20to=20memory=5Forder=5Facquire=22?= Message-ID: <1b2321e382dd4df704cc056543c34af6@cse.iitb.ac.in> X-Sender: akshatg@cse.iitb.ac.in User-Agent: Roundcube Webmail/RCMAIL_VERSION X-SW-Source: 2019-02/txt/msg00096.txt.bz2 Hello all, I am a 2nd year Master's student at IIT Bombay. The project "Make C/C++ not automatically promote memory_order_consume to memory_order_acquire" caught my eye and I would like to be the part of it. I have taken advance compiler courses in past semesters. I have already build gcc and have gone through this document P0190R4:Proposal for New memory order consume Definition (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0190r4.pdf). Can anyone suggest some more prerequisites ? Thanks, Akshat Garg