This is the mail archive of the java@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: backtrace() vs. _Unwind_Backtrace()


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

>> On the topic of backtrace performance: I'm always looking for good
>> test-cases that stress performance.  Can you suggest a good
>> artificial or real-world Java test-program that is sensitive to
>> backtrace() performance?

Andrew> Not yet, beacuse we I think don't have a fully working security
Andrew> infrastructure for libgcj.

I don't think we need the security stuff to see the impact of
backtrace.  We also use this code to find the caller's class and hence
the class loader to use for things like Class.forName().

I'd imagine a program like eclipse that uses class loaders heavily
would be sensitive to the performance of backtrace.  But I haven't
really checked, that is just supposition.

Tom


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