Re: [PATCH][Version 3]Come up with -flive-patching master option.

2019-04-11 Thread Richard Biener
On Wed, Apr 10, 2019 at 9:49 PM Jonathan Wakely wrote: > > On 10/04/19 13:55 -0500, Qing Zhao wrote: > >Hi, Jonathan, > > > >thanks for your review on the documentation change for -flive-patching > >option. > > > >> > >>> --- a/gcc/doc/invoke.texi > >>> +++ b/gcc/doc/invoke.texi > >>> @@ -416,6 +

Re: [PATCH][Version 3]Come up with -flive-patching master option.

2019-04-10 Thread Jonathan Wakely
On 10/04/19 13:55 -0500, Qing Zhao wrote: Hi, Jonathan, thanks for your review on the documentation change for -flive-patching option. --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -416,6 +416,7 @@ Objective-C and Objective-C++ Dialects}. -fipa-bit-cp -fipa-vrp @gol -fipa-pta -fipa

Re: [PATCH][Version 3]Come up with -flive-patching master option.

2019-04-10 Thread Qing Zhao
Hi, Jonathan, thanks for your review on the documentation change for -flive-patching option. > >> --- a/gcc/doc/invoke.texi >> +++ b/gcc/doc/invoke.texi >> @@ -416,6 +416,7 @@ Objective-C and Objective-C++ Dialects}. >> -fipa-bit-cp -fipa-vrp @gol >> -fipa-pta -fipa-profile -fipa-pure-const -

Re: [PATCH][Version 3]Come up with -flive-patching master option.

2019-04-10 Thread Jonathan Wakely
On 20/11/18 09:32 -0600, Qing Zhao wrote: Hi, this is the newest version of the patch. major changes: 1. format fixes raised by Martin; 2. output error when disabled IPA optimizations are turned on explicitly by the user with -flive-patching at the same time. based on Ho

Re: [PATCH][Version 3]Come up with -flive-patching master option.

2018-12-07 Thread Qing Zhao
thanks a lot for fixing this issue. Qing > On Dec 7, 2018, at 7:07 AM, Rainer Orth wrote: > > Hi Qing, > >>> On Nov 28, 2018, at 9:52 AM, Jan Hubicka wrote: >>> 2018-11-20 qing zhao * cif-code.def (EXTERN_LIVE_ONLY_STATIC): New CIF code. * common.opt: Add -

Re: [PATCH][Version 3]Come up with -flive-patching master option.

2018-12-07 Thread Rainer Orth
Hi Qing, >> On Nov 28, 2018, at 9:52 AM, Jan Hubicka wrote: >> >>> >>> 2018-11-20 qing zhao >>> >>> * cif-code.def (EXTERN_LIVE_ONLY_STATIC): New CIF code. >>> * common.opt: Add -flive-patching flag. >>> * doc/invoke.texi: Document -flive-patching. >>> * flag-types.h (enum l

Re: [PATCH][Version 3]Come up with -flive-patching master option.

2018-11-29 Thread Qing Zhao
the patch has been committed today as: https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=266627 I will try to update the gcc9 change page soon. thanks. Qing > On Nov 28, 2018, at 2:24 PM, Qing Zhao wrote: > >> >> On Nov 2

Re: [PATCH][Version 3]Come up with -flive-patching master option.

2018-11-28 Thread Qing Zhao
> On Nov 28, 2018, at 9:52 AM, Jan Hubicka wrote: > >> >> 2018-11-20 qing zhao >> >> * cif-code.def (EXTERN_LIVE_ONLY_STATIC): New CIF code. >> * common.opt: Add -flive-patching flag. >> * doc/invoke.texi: Document -flive-patching. >> * flag-types.h (enum live_patching_

Re: [PATCH][Version 3]Come up with -flive-patching master option.

2018-11-28 Thread Jan Hubicka
> > 2018-11-20 qing zhao > > * cif-code.def (EXTERN_LIVE_ONLY_STATIC): New CIF code. > * common.opt: Add -flive-patching flag. > * doc/invoke.texi: Document -flive-patching. > * flag-types.h (enum live_patching_level): New enum. > * ipa-inline.c (can_inline_edge_p