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: stack trace info for interpreter frames


>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:

Andrew> The double-length array is kinda kludgey.

I agree.  I added a structure that is filled in instead.  This cleaned
things up nicely.

Andrew> It would be nice to have a small comment explaining the
Andrew> constructor/destructor trick.  "Indicate that we're the top-most
Andrew> interpreter frame." doesn't quite explain it all.

Good idea, done.  I also added a comment at the start/end functions
explaining what they're there for.

I'll check this in a bit later.  I may change it to demangle the
method signature first.

Tom


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