public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/9859] excessive memory consumption on GTK file
       [not found] <20030226090601.9859.suzhe@turbolinux.com.cn>
@ 2003-07-20 15:39 ` pinskia at physics dot uc dot edu
  2003-07-25 10:57 ` steven at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-20 15:39 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |compile-time-hog
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-20 15:39:07
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-20 15:39 -------
This still happens on the mainline (20030720).


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

* [Bug optimization/9859] excessive memory consumption on GTK file
       [not found] <20030226090601.9859.suzhe@turbolinux.com.cn>
  2003-07-20 15:39 ` [Bug optimization/9859] excessive memory consumption on GTK file pinskia at physics dot uc dot edu
@ 2003-07-25 10:57 ` steven at gcc dot gnu dot org
  2003-08-17 15:05 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: steven at gcc dot gnu dot org @ 2003-07-25 10:57 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
   Last reconfirmed|2003-07-20 15:39:07         |2003-07-25 10:57:26
               date|                            |
   Target Milestone|---                         |3.4


------- Additional Comments From steven at gcc dot gnu dot org  2003-07-25 10:57 -------
Serious memory hog.


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

* [Bug optimization/9859] excessive memory consumption on GTK file
       [not found] <20030226090601.9859.suzhe@turbolinux.com.cn>
  2003-07-20 15:39 ` [Bug optimization/9859] excessive memory consumption on GTK file pinskia at physics dot uc dot edu
  2003-07-25 10:57 ` steven at gcc dot gnu dot org
@ 2003-08-17 15:05 ` pinskia at gcc dot gnu dot org
  2003-08-22 23:58 ` dhazeghi at yahoo dot com
  2004-01-19 13:26 ` [Bug optimization/9859] [scheduler] " pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-17 15:05 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-07-25 10:57:26         |2003-08-17 15:05:15
               date|                            |


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-17 15:05 -------
Most likely the same problem as bug 11898 as if I add "-fno-schedule-insns -fno-
schedule-insns2" the memory consumation goes away.


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

* [Bug optimization/9859] excessive memory consumption on GTK file
       [not found] <20030226090601.9859.suzhe@turbolinux.com.cn>
                   ` (2 preceding siblings ...)
  2003-08-17 15:05 ` pinskia at gcc dot gnu dot org
@ 2003-08-22 23:58 ` dhazeghi at yahoo dot com
  2004-01-19 13:26 ` [Bug optimization/9859] [scheduler] " pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-22 23:58 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |---


------- Additional Comments From dhazeghi at yahoo dot com  2003-08-22 23:58 -------
Not a regression...


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

* [Bug optimization/9859] [scheduler] excessive memory consumption on GTK file
       [not found] <20030226090601.9859.suzhe@turbolinux.com.cn>
                   ` (3 preceding siblings ...)
  2003-08-22 23:58 ` dhazeghi at yahoo dot com
@ 2004-01-19 13:26 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-19 13:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-19 13:26 -------
Fixed for 3.4.0 by work done by Jan.  This now only uses 27M.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


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


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

end of thread, other threads:[~2004-01-19 13:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030226090601.9859.suzhe@turbolinux.com.cn>
2003-07-20 15:39 ` [Bug optimization/9859] excessive memory consumption on GTK file pinskia at physics dot uc dot edu
2003-07-25 10:57 ` steven at gcc dot gnu dot org
2003-08-17 15:05 ` pinskia at gcc dot gnu dot org
2003-08-22 23:58 ` dhazeghi at yahoo dot com
2004-01-19 13:26 ` [Bug optimization/9859] [scheduler] " pinskia 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).