This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [PATCH] Omit frame pointer and fix %ebp by default on x86 (take3)


Roger Sayle writes:
 > 
 > On Mon, 16 Aug 2004, Jakub Jelinek wrote:
 > > Neither do I understand this.
 > 
 > Don't worry about too much.  Clearly you're not the only one that's
 > having difficulty grasping these advanced new concepts :>
 > 
 > This patch is not designed to make backtrace work for every frame,
 > only to stop it from failing.

Well, missing some stack frames is, from the Java point of view,
failing.  We need stack traces for correct functioning.

We will work around this in Java by using unwinder info to do a
backtrace, but we don't yet do so.  Please do not check in this patch.

Andrew.


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