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 other/43816] missed inline optimization for boost::shared_ptr::operator =



------- Comment #2 from rguenth at gcc dot gnu dot org  2010-04-20 12:56 -------
Well.  early inlining is then just lucky in 4.3 - the functions are really
too big for early inlining to inline fully.  Btw, IPA inlining does inline
operator= into start_thread.  In 4.3 we do not inline a destructor which
is why the 4.5 code is bigger.


-- 


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


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