This is the mail archive of the gcc-bugs@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]

[Bug debug/29614] [4.2/4.3 Regression] DWARF information for function static variable is missing after unrelated code addition



------- Comment #3 from hubicka at ucw dot cz  2006-12-22 00:54 -------
Subject: Re:  [4.2/4.3 Regression] DWARF information for function static
variable is missing after unrelated code addition

Hi,
Even if all frontends can do unit-at-a-time, non-unit-at-a-time is,
sadly, still essential for Java.  For Java it is common to do link-time
optimizations and our memory consumption with unit-at-a-time is too
large for this.  So fixing it is desirable.  Thank you for looking into
this!


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29614


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