public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/8108] Problem in the code generator for C and the linker is extremelly slow
       [not found] <bug-8108-4@http.gcc.gnu.org/bugzilla/>
@ 2012-01-20  2:57 ` pinskia at gcc dot gnu.org
  2024-01-23 12:15 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-20  2:57 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #15 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-20 02:49:41 UTC ---
(In reply to comment #14)
> actually this is a problem where GCC *can* help, as demonstrated 
> by the patch linked to from comment #10 

That patch just disables the merging of the debugging strings which means the
debugging info will be much larger than needed.  This is still better solved in
the LD really.  It might be the case it already has but I have not looked into
binutils linker sources lately.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug debug/8108] Problem in the code generator for C and the linker is extremelly slow
       [not found] <bug-8108-4@http.gcc.gnu.org/bugzilla/>
  2012-01-20  2:57 ` [Bug debug/8108] Problem in the code generator for C and the linker is extremelly slow pinskia at gcc dot gnu.org
@ 2024-01-23 12:15 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-01-23 12:15 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8108

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #16 from Richard Biener <rguenth at gcc dot gnu.org> ---
It has been fixed in the linker now.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug debug/8108] Problem in the code generator for C and the linker is extremelly slow
       [not found] <bug-8108-1406@http.gcc.gnu.org/bugzilla/>
@ 2005-12-28  6:07 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-28  6:07 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug debug/8108] Problem in the code generator for C and the linker is extremelly slow
       [not found] <20021001081602.8108.manuel.serrano@sophia.inria.fr>
  2004-09-14 22:09 ` jsm28 at gcc dot gnu dot org
  2004-11-06 17:15 ` pinskia at gcc dot gnu dot org
@ 2004-11-06 17:32 ` steven at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: steven at gcc dot gnu dot org @ 2004-11-06 17:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2004-11-06 17:32 -------
actually this is a problem where GCC *can* help, as demonstrated 
by the patch linked to from comment #10 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug debug/8108] Problem in the code generator for C and the linker is extremelly slow
       [not found] <20021001081602.8108.manuel.serrano@sophia.inria.fr>
  2004-09-14 22:09 ` jsm28 at gcc dot gnu dot org
@ 2004-11-06 17:15 ` pinskia at gcc dot gnu dot org
  2004-11-06 17:32 ` steven at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-06 17:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-06 17:15 -------
Still this is not a gcc bug but rather a big preformance bug in binutils report it to them.  Also there is 
no proper testcase in here to test.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug debug/8108] Problem in the code generator for C and the linker is extremelly slow
       [not found] <20021001081602.8108.manuel.serrano@sophia.inria.fr>
@ 2004-09-14 22:09 ` jsm28 at gcc dot gnu dot org
  2004-11-06 17:15 ` pinskia at gcc dot gnu dot org
  2004-11-06 17:32 ` steven at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2004-09-14 22:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jsm28 at gcc dot gnu dot org  2004-09-14 22:08 -------
Not related to C front end, patch suggests related to debug info
generation so changing component accordingly.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |debug


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-01-23 12:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-8108-4@http.gcc.gnu.org/bugzilla/>
2012-01-20  2:57 ` [Bug debug/8108] Problem in the code generator for C and the linker is extremelly slow pinskia at gcc dot gnu.org
2024-01-23 12:15 ` rguenth at gcc dot gnu.org
     [not found] <bug-8108-1406@http.gcc.gnu.org/bugzilla/>
2005-12-28  6:07 ` pinskia at gcc dot gnu dot org
     [not found] <20021001081602.8108.manuel.serrano@sophia.inria.fr>
2004-09-14 22:09 ` jsm28 at gcc dot gnu dot org
2004-11-06 17:15 ` pinskia at gcc dot gnu dot org
2004-11-06 17:32 ` steven at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).