This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] _Jv_InterpMethod line tables
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 30 Jan 2006 12:45:44 -0700
- Subject: Re: [RFA] _Jv_InterpMethod line tables
- References: <43D56E3F.7070600@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Sorry for the delay on this.
Keith> The attached patch adds support for _Jv_InterpMethod::get_line_table,
Keith> which retrieves the line table for the method.
Looks good, thanks.
Tom