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: inter-class optimizations


Per Bothner wrote:
> Also, -fomit-frame-pointer is now the default (at least on x86).

It's not been committed yet, has it? In any case,
seems like the days of SJLJ are numbered... (BTW,
I hadn't noticed the location lists changes to GCC
3.5/4.0 which imply the need to use the as-yet-unreleased
6.1 GDB for debugging - very cool though, for
debugging optimised builds.)

This thread:

http://gcc.gnu.org/ml/gcc-patches/2004-02/threads.html#01085

seems to conclude that we put in -fno-omit-frame-pointer
anyways for libjava since we depend on backtrace( ), which
in older libc-s (and on MinGW, BTW) uses the frame-pointer
to walk the call frames.

Ranjit.

-- 
Ranjit Mathew          Email: rmathew AT hotmail DOT com

Bangalore, INDIA.      Web: http://ranjitmathew.tripod.com/


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