This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/54710] moderately large tuple, with many gets, ballons compile time


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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |WAITING
         Resolution|INVALID                     |

--- Comment #7 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-09-27 09:09:59 UTC ---
Can you provide absolute compile-times alongside source complexity
(like the number of required template instantiations?).

Also you are using the compiler default optimization settings which for
CLANG is (IIRC) to do optimization and for GCC is to not do.  You might
want to try -O1 for both and/or explicit -O0 for both.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]