Re: PING^2: [PATCH] Don't mark IFUNC resolver as only called directly

2018-05-26 Thread H.J. Lu
On Thu, May 24, 2018 at 1:47 PM, H.J. Lu wrote: > On Wed, May 23, 2018 at 8:35 AM, H.J. Lu wrote: >> On Wed, May 23, 2018 at 8:11 AM, Jan Hubicka wrote: On Wed, May 23, 2018 at 2:01 AM, Jan Hubicka wrote: >> On

Re: PING^2: [PATCH] Don't mark IFUNC resolver as only called directly

2018-05-24 Thread H.J. Lu
On Wed, May 23, 2018 at 8:35 AM, H.J. Lu wrote: > On Wed, May 23, 2018 at 8:11 AM, Jan Hubicka wrote: >>> On Wed, May 23, 2018 at 2:01 AM, Jan Hubicka wrote: >>> >> On Tue, May 22, 2018 at 9:21 AM, Jan Hubicka wrote: >>> >>

Re: PING^2: [PATCH] Don't mark IFUNC resolver as only called directly

2018-05-23 Thread H.J. Lu
On Wed, May 23, 2018 at 8:11 AM, Jan Hubicka wrote: >> On Wed, May 23, 2018 at 2:01 AM, Jan Hubicka wrote: >> >> On Tue, May 22, 2018 at 9:21 AM, Jan Hubicka wrote: >> >> >> > > class ipa_opt_pass_d; >> >> >> > > typedef ipa_opt_pass_d

Re: PING^2: [PATCH] Don't mark IFUNC resolver as only called directly

2018-05-23 Thread Jan Hubicka
> On Wed, May 23, 2018 at 2:01 AM, Jan Hubicka wrote: > >> On Tue, May 22, 2018 at 9:21 AM, Jan Hubicka wrote: > >> >> > > class ipa_opt_pass_d; > >> >> > > typedef ipa_opt_pass_d *ipa_opt_pass; > >> >> > > @@ -2894,7 +2896,8 @@ > >> >> > >

Re: PING^2: [PATCH] Don't mark IFUNC resolver as only called directly

2018-05-23 Thread H.J. Lu
On Wed, May 23, 2018 at 2:01 AM, Jan Hubicka wrote: >> On Tue, May 22, 2018 at 9:21 AM, Jan Hubicka wrote: >> >> > > class ipa_opt_pass_d; >> >> > > typedef ipa_opt_pass_d *ipa_opt_pass; >> >> > > @@ -2894,7 +2896,8 @@ >> >> > >

Re: PING^2: [PATCH] Don't mark IFUNC resolver as only called directly

2018-05-23 Thread Jan Hubicka
> On Tue, May 22, 2018 at 9:21 AM, Jan Hubicka wrote: > >> > > class ipa_opt_pass_d; > >> > > typedef ipa_opt_pass_d *ipa_opt_pass; > >> > > @@ -2894,7 +2896,8 @@ > >> > > cgraph_node::only_called_directly_or_aliased_p (void) > >> > > &&

Re: PING^2: [PATCH] Don't mark IFUNC resolver as only called directly

2018-05-22 Thread H.J. Lu
On Tue, May 22, 2018 at 9:21 AM, Jan Hubicka wrote: >> > > class ipa_opt_pass_d; >> > > typedef ipa_opt_pass_d *ipa_opt_pass; >> > > @@ -2894,7 +2896,8 @@ cgraph_node::only_called_directly_or_aliased_p >> > > (void) >> > > &&

Re: PING^2: [PATCH] Don't mark IFUNC resolver as only called directly

2018-05-22 Thread Jan Hubicka
> > > class ipa_opt_pass_d; > > > typedef ipa_opt_pass_d *ipa_opt_pass; > > > @@ -2894,7 +2896,8 @@ cgraph_node::only_called_directly_or_aliased_p > > > (void) > > > && !DECL_STATIC_CONSTRUCTOR (decl) > > > && !DECL_STATIC_DESTRUCTOR (decl) > > >

PING^2: [PATCH] Don't mark IFUNC resolver as only called directly

2018-05-14 Thread H.J. Lu
On Wed, Apr 25, 2018 at 8:49 PM, H.J. Lu wrote: > On Thu, Apr 12, 2018 at 3:50 PM, H.J. Lu wrote: >> On Thu, Apr 12, 2018 at 6:39 AM, H.J. Lu wrote: >>> On Thu, Apr 12, 2018 at 5:17 AM, Jan Hubicka wrote: > On