Re: [C++ patch] Enable constructor decloning by default

2014-05-19 Thread Jakub Jelinek
On Mon, May 19, 2014 at 04:45:02PM +0200, Jan Hubicka wrote: > > On Sun, May 18, 2014 at 9:32 PM, Jan Hubicka wrote: > > > Hi, > > > this patch enables -fdeclone-ctor-dtor by default: I believe it is up to > > > the > > > optimizers to decide when the actual worker body should be inlined into >

Re: [C++ patch] Enable constructor decloning by default

2014-05-19 Thread Jan Hubicka
> On Sun, May 18, 2014 at 9:32 PM, Jan Hubicka wrote: > > Hi, > > this patch enables -fdeclone-ctor-dtor by default: I believe it is up to the > > optimizers to decide when the actual worker body should be inlined into the > > thunks. > > > > Bootstrapped/regtested x86_64-linux, OK? > > Please ma

Re: [C++ patch] Enable constructor decloning by default

2014-05-19 Thread Richard Biener
On Sun, May 18, 2014 at 9:32 PM, Jan Hubicka wrote: > Hi, > this patch enables -fdeclone-ctor-dtor by default: I believe it is up to the > optimizers to decide when the actual worker body should be inlined into the > thunks. > > Bootstrapped/regtested x86_64-linux, OK? Please make sure to not ena

[C++ patch] Enable constructor decloning by default

2014-05-18 Thread Jan Hubicka
Hi, this patch enables -fdeclone-ctor-dtor by default: I believe it is up to the optimizers to decide when the actual worker body should be inlined into the thunks. Bootstrapped/regtested x86_64-linux, OK? Honza * c-family/c.opt: Enable declonning by default. * c-family/c-opts.c: