This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] Remap variable table entries
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Wed, 13 Jun 2007 15:49:48 -0600
- Subject: Re: [RFA] Remap variable table entries
- References: <4669F7B2.2030707@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> The attached patch fixes this by converting the variable table entries
Keith> when the method is compiled. I've also reworked _Jv_VarLineTableEntry
Keith> to be more like _Jv_LineTableEntry, with the union for the bytecode pc
Keith> and the direct-threaded pc.
Keith> QCC?
Looks good, thanks.
Tom