This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] Number of insn slots used for method compilation


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]