This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFC] Number of insn slots used for method compilation
- 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: 18 Jan 2006 15:16:42 -0700
- Subject: Re: [RFC] Number of insn slots used for method compilation
- References: <43CEBE5F.4090000@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> Other than adding a variable to hold this information (a la the
Keith> attached patch), is there another way that won't require using any
Keith> more memory? I don't think that code_length can safely be changed to
Keith> store this information.
Actually, I think it would be safe to update this. After compiling a
method we don't use it any more, do we?
Adding a new field is also fine though.
Tom