public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/18427] New: [meta-bug] We need a better register allocator
@ 2004-11-11  8:42 nathan at gcc dot gnu dot org
  2004-11-11  8:47 ` [Bug rtl-optimization/18427] " nathan at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: nathan at gcc dot gnu dot org @ 2004-11-11  8:42 UTC (permalink / raw)
  To: gcc-bugs

This is a catch all bug report that all register allocator issues can depend on.

-- 
           Summary: [meta-bug] We need a better register allocator
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: missed-optimization, meta-bug
          Severity: enhancement
          Priority: P2
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: nathan at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug rtl-optimization/18427] [meta-bug] We need a better register allocator
  2004-11-11  8:42 [Bug rtl-optimization/18427] New: [meta-bug] We need a better register allocator nathan at gcc dot gnu dot org
@ 2004-11-11  8:47 ` nathan at gcc dot gnu dot org
  2004-11-11 13:07 ` my_bugzilla at softhome dot net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: nathan at gcc dot gnu dot org @ 2004-11-11  8:47 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |16796
              nThis|                            |


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


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

* [Bug rtl-optimization/18427] [meta-bug] We need a better register allocator
  2004-11-11  8:42 [Bug rtl-optimization/18427] New: [meta-bug] We need a better register allocator nathan at gcc dot gnu dot org
  2004-11-11  8:47 ` [Bug rtl-optimization/18427] " nathan at gcc dot gnu dot org
@ 2004-11-11 13:07 ` my_bugzilla at softhome dot net
  2004-11-11 15:02 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: my_bugzilla at softhome dot net @ 2004-11-11 13:07 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |my_bugzilla at softhome dot
                   |                            |net


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


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

* [Bug rtl-optimization/18427] [meta-bug] We need a better register allocator
  2004-11-11  8:42 [Bug rtl-optimization/18427] New: [meta-bug] We need a better register allocator nathan at gcc dot gnu dot org
  2004-11-11  8:47 ` [Bug rtl-optimization/18427] " nathan at gcc dot gnu dot org
  2004-11-11 13:07 ` my_bugzilla at softhome dot net
@ 2004-11-11 15:02 ` pinskia at gcc dot gnu dot org
  2005-01-20  4:01 ` pinskia at gcc dot gnu dot org
  2005-02-11 16:54 ` pluto at pld-linux dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-11 15:02 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-11 15:02:11
               date|                            |


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


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

* [Bug rtl-optimization/18427] [meta-bug] We need a better register allocator
  2004-11-11  8:42 [Bug rtl-optimization/18427] New: [meta-bug] We need a better register allocator nathan at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-11-11 15:02 ` pinskia at gcc dot gnu dot org
@ 2005-01-20  4:01 ` pinskia at gcc dot gnu dot org
  2005-02-11 16:54 ` pluto at pld-linux dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-20  4:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-20 04:01 -------
I should note that I added the keyword ra but that is because even after this meta-bug goes away (when 
we get a better register allocator) we can still still track problems which are caused by the register 
allocator.

-- 


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


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

* [Bug rtl-optimization/18427] [meta-bug] We need a better register allocator
  2004-11-11  8:42 [Bug rtl-optimization/18427] New: [meta-bug] We need a better register allocator nathan at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-01-20  4:01 ` pinskia at gcc dot gnu dot org
@ 2005-02-11 16:54 ` pluto at pld-linux dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pluto at pld-linux dot org @ 2005-02-11 16:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pluto at pld-linux dot org  2005-02-11 11:27 -------
CC /me

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pluto at pld-linux dot org


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


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

end of thread, other threads:[~2005-02-11 11:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-11  8:42 [Bug rtl-optimization/18427] New: [meta-bug] We need a better register allocator nathan at gcc dot gnu dot org
2004-11-11  8:47 ` [Bug rtl-optimization/18427] " nathan at gcc dot gnu dot org
2004-11-11 13:07 ` my_bugzilla at softhome dot net
2004-11-11 15:02 ` pinskia at gcc dot gnu dot org
2005-01-20  4:01 ` pinskia at gcc dot gnu dot org
2005-02-11 16:54 ` pluto at pld-linux 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).