public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/58575] New: gcc should compile firefox code faster.
@ 2013-09-29 21:19 tsaunders at mozilla dot com
  2013-10-02  8:31 ` [Bug c++/58575] " paolo.carlini at oracle dot com
  2013-10-02 10:26 ` manu at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: tsaunders at mozilla dot com @ 2013-09-29 21:19 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58575
           Summary: gcc should compile firefox code faster.
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tsaunders at mozilla dot com
                CC: hubicka at ucw dot cz

Its ceretainly possible given
https://blog.mozilla.org/nnethercote/2013/09/12/bleg-for-a-new-machine-2/ (I'm
not sure what versions njn is using but probably doesn't matter too much).
I rofiled build a build of content/ in the firefox tree for a --enable-optimize
--disable-debug build you can see the data I gathered at
http://people.mozilla.org/~tsaunders/gcc-perf.data .  The two things that came
up high in profiles were C++ parsing stuff and memory allocation.  I suppose
there isn't too much to be done about the memory allocation issue in the short
term, but I wonder if there's changes to the parser that would help at least
some.


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

end of thread, other threads:[~2013-10-02 10:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-29 21:19 [Bug c++/58575] New: gcc should compile firefox code faster tsaunders at mozilla dot com
2013-10-02  8:31 ` [Bug c++/58575] " paolo.carlini at oracle dot com
2013-10-02 10:26 ` manu at gcc dot gnu.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).