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 (take 3)


Richard Henderson writes:
 > On Mon, Aug 16, 2004 at 03:37:07PM -0400, Jakub Jelinek wrote:
 > > Such change needs -fasynchronous-unwind-tables by default and then
 > > really is very easy (I posted a patch to use _Unwind_Backtrace in
 > > glibc/x86 backtrace (3) and for libjava I'd guess it could just take
 > > that .c file and integrate into libjava).
 > 
 > Do we really need *asynchronous* tables or is -funwind-tables
 > enough?

Yes, -funwind-tables is fine.

Andrew.


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