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 tree-optimization/46228] code produced for STL container is worse in 4.5.1 than in 4.4.5


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

--- Comment #16 from Zeev Tarantov <zeev.tarantov at gmail dot com> 2010-11-11 00:42:57 UTC ---
In
http://gcc.gnu.org/viewcvs/trunk/gcc/doc/invoke.texi?r1=166555&r2=166554&pathrev=166555:

+will be shared acroess multiple compilation units.  The default value is 20.

s/acroess/across/

In
http://gcc.gnu.org/viewcvs/trunk/gcc/params.def?r1=166555&r2=166554&pathrev=166555:

+      "Probability that COMDAT function will be shared with different
compilatoin unit",

s/compilatoin/compilation/
s/unit/units


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