public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug AWT/16731] New: GridBagLayout possibly slows down applications
@ 2004-07-27  0:27 gcc-bugzilla at gcc dot gnu dot org
  2004-07-27  0:50 ` [Bug AWT/16731] " fitzsim at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2004-07-27  0:27 UTC (permalink / raw)
  To: gcc-bugs

Some Acunia tests which employ GridBagLayout tend to take a long time
to load.  Here's a list of such tests, but there may be others:

layout.BorderLayoutPositions
layout.CardLayoutPositions
layout.GridBagLayoutOverlay
layout.GridBagLayoutPositions
layout.GridBagLayoutRelative
layout.GridBagLayoutStacking

I'm not certain whether this is directly related to the GridBagLayout
class, since there are other tests which use GridBagLayout with over
dozen child components but still load relatively quickly.
------- Additional Comments From djee at redhat dot com  2004-02-19 13:09 -------
The common thing between these tests is that they contain many
heavyweight components.  Simple instrumentation suggests that the
bottleneck occurs in the numerous addNotify() calls (one for each
heavyweight).  My guess is that this is due to JNI method call
overhead.  If that's true, I don't know how we can make it faster
other than to somehow streamline our native method calls so that they
execute faster.
------- Additional Comments From fitzsim at redhat dot com  2004-05-18 16:10 -------
OK, looks like we'll need to do some detailed profiling later.


-- 
           Summary: GridBagLayout possibly slows down applications
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P1
         Component: AWT
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: djee at redhat dot com
                CC: djee at redhat dot com,gcc-bugs at gcc dot gnu dot org


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


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

* [Bug AWT/16731] GridBagLayout possibly slows down applications
  2004-07-27  0:27 [Bug AWT/16731] New: GridBagLayout possibly slows down applications gcc-bugzilla at gcc dot gnu dot org
@ 2004-07-27  0:50 ` fitzsim at redhat dot com
  2004-07-27  1:35 ` fitzsim at redhat dot com
  2004-08-30 19:07 ` fitzsim at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fitzsim at redhat dot com @ 2004-07-27  0:50 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal
           Priority|P1                          |P2


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


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

* [Bug AWT/16731] GridBagLayout possibly slows down applications
  2004-07-27  0:27 [Bug AWT/16731] New: GridBagLayout possibly slows down applications gcc-bugzilla at gcc dot gnu dot org
  2004-07-27  0:50 ` [Bug AWT/16731] " fitzsim at redhat dot com
@ 2004-07-27  1:35 ` fitzsim at redhat dot com
  2004-08-30 19:07 ` fitzsim at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fitzsim at redhat dot com @ 2004-07-27  1:35 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |djee at redhat dot com
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED


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


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

* [Bug AWT/16731] GridBagLayout possibly slows down applications
  2004-07-27  0:27 [Bug AWT/16731] New: GridBagLayout possibly slows down applications gcc-bugzilla at gcc dot gnu dot org
  2004-07-27  0:50 ` [Bug AWT/16731] " fitzsim at redhat dot com
  2004-07-27  1:35 ` fitzsim at redhat dot com
@ 2004-08-30 19:07 ` fitzsim at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fitzsim at redhat dot com @ 2004-08-30 19:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fitzsim at redhat dot com  2004-08-30 19:07 -------
Closing.  We'll profile later.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |WONTFIX


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


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

end of thread, other threads:[~2004-08-30 19:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-27  0:27 [Bug AWT/16731] New: GridBagLayout possibly slows down applications gcc-bugzilla at gcc dot gnu dot org
2004-07-27  0:50 ` [Bug AWT/16731] " fitzsim at redhat dot com
2004-07-27  1:35 ` fitzsim at redhat dot com
2004-08-30 19:07 ` fitzsim at redhat dot com

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).