This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/23490] Long compile time for array initializer with inlined constructor
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Aug 2005 23:01:58 -0000
- Subject: [Bug rtl-optimization/23490] Long compile time for array initializer with inlined constructor
- References: <20050819224516.23490.falk@debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-19 23:01 -------
The only things in your profile which is tree based:
479 1.9601 is_gimple_stmt
327 1.3381 walk_tree
The rest are rtl based.
So this is a RTL issue.
--
What |Removed |Added
----------------------------------------------------------------------------
Component|tree-optimization |rtl-optimization
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23490