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++/25878] Excessive memory and compile-time with std::map init sequence



------- Comment #6 from rguenth at gcc dot gnu dot org  2006-01-20 15:53 -------
And we can hope that the SSA inliner will do better on the temporaries, but I
guess the resulting CFG will be unchanged.  Penaltizing try/finally in
estimate_num_insn_1 instead of declaring them "/* Containers have no cost.  */"
will maybe make inlining sane here again (possibly conditional on
-fexceptions).


-- 


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


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