From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25349 invoked by alias); 18 Mar 2014 21:05:25 -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 25328 invoked by uid 89); 18 Mar 2014 21:05:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.98.1 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_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 Message-ID: <1395176618.28037.105.camel@surprise> Subject: Re: [RFA jit 1/2] introduce class toplev From: David Malcolm To: Tom Tromey Cc: jit@gcc.gnu.org, gcc-patches@gcc.gnu.org Date: Wed, 01 Jan 2014 00:00:00 -0000 In-Reply-To: <1395154664-29657-2-git-send-email-tromey@redhat.com> References: <1395154664-29657-1-git-send-email-tromey@redhat.com> <1395154664-29657-2-git-send-email-tromey@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-SW-Source: 2014-q1/txt/msg00082.txt.bz2 On Tue, 2014-03-18 at 08:57 -0600, Tom Tromey wrote: > This patch introduces a new "class toplev" and changes toplev_main and > toplev_finalize to be methods of this class. Additionally, now the > timevars are automatically stopped when the object is destroyed. This > cleans up "compile" a bit and makes it simpler to reuse the toplev > logic in other code. Thanks. > --- > gcc/ChangeLog.jit | 14 +++++++++++++ I see the Changelog.jit file listed here... > gcc/diagnostic.c | 2 +- > gcc/jit/ChangeLog.jit | 5 +++++ ...and here, but I don't see the content below, or within the header of the email. Is this available somewhere? [...snip...]