From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1102 invoked by alias); 5 Sep 2012 09:58:39 -0000 Received: (qmail 1083 invoked by uid 22791); 5 Sep 2012 09:58:38 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,TW_GC X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (212.238.236.112) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 05 Sep 2012 09:58:24 +0000 Message-ID: <1346839095.9368.1.camel@springer.wildebeest.org> Subject: Re: [PATCH] Set correct source location for deallocator calls From: Mark Wielaard To: Bryce McKinlay Cc: Andrew Haley , Dehao Chen , Richard Henderson , Jason Merrill , Richard Guenther , gcc-patches@gcc.gnu.org, David Li , java@gcc.gnu.org Date: Wed, 05 Sep 2012 09:58:00 -0000 In-Reply-To: References: <50243480.7090803@redhat.com> <50254A50.8070208@redhat.com> <50255B35.9020705@redhat.com> <50258712.4070002@redhat.com> <502E6774.8050609@redhat.com> <503F7876.7030606@redhat.com> <503F84A9.8010504@redhat.com> <503F95D8.5010506@redhat.com> <50463661.1020303@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 X-Spam-Score: -2.9 (--) X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2012-09/txt/msg00012.txt.bz2 On Tue, 2012-09-04 at 18:17 +0100, Bryce McKinlay wrote: > libgcj wouldn't actually use it for unwinding, we already have all > that. We'd just use it to read DWARF debug info and give us the source > code line numbers. Casey Marshell did also write that part some time ago, but it was never finished/integrated. http://gcc.gnu.org/ml/java-patches/2004-q3/msg00350.html Cheers, Mark