From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20839 invoked by alias); 15 Jan 2015 20:03:38 -0000 Mailing-List: contact jit-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: Sender: jit-owner@gcc.gnu.org Received: (qmail 20814 invoked by uid 89); 15 Jan 2015 20:03:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.98.5 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com X-Authentication-Warning: tucnak.zalov.cz: jakub set sender to jakub@redhat.com using -f Date: Thu, 01 Jan 2015 00:00:00 -0000 From: Jakub Jelinek To: David Malcolm Cc: jit@gcc.gnu.org, gcc-patches@gcc.gnu.org, Richard Biener , Joseph Myers Subject: Re: Stage 3 RFC: using "jit" for ahead-of-time compilation Message-ID: <20150115200326.GK1405@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <1421352359-26729-1-git-send-email-dmalcolm@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1421352359-26729-1-git-send-email-dmalcolm@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-SW-Source: 2015-q1/txt/msg00020.txt.bz2 On Thu, Jan 15, 2015 at 03:05:59PM -0500, David Malcolm wrote: > Release managers: given that this only touches the jit, and that the jit > is off by default, any objections if I go ahead and commit this? > It's a late-breaking feature, but the jit as a whole is new, and > I think the following is a big win, so I'd like to proceed with this in > stage 3 (i.e. in the next 24 hours). There are docs and testcases. Ok with me. Jakub