Re: [PATCH ARM]memset inlining patch for arm

2014-09-10 Thread Richard Earnshaw
On 10/09/14 09:16, Bin.Cheng wrote: On Tue, Sep 9, 2014 at 6:49 PM, Richard Earnshaw wrote: On 04/09/14 07:08, Bin Cheng wrote: @@ -1872,7 +1892,9 @@ const struct tune_params arm_cortex_a53_tune = {true, true}, /* Prefer non short circuit. */ &arm

Re: [PATCH ARM]memset inlining patch for arm

2014-09-10 Thread Ramana Radhakrishnan
On Wed, Sep 10, 2014 at 9:16 AM, Bin.Cheng wrote: > On Tue, Sep 9, 2014 at 6:49 PM, Richard Earnshaw wrote: >> On 04/09/14 07:08, Bin Cheng wrote: >>> @@ -1872,7 +1892,9 @@ const struct tune_params arm_cortex_a53_tune = >>>{true, true}, /* Prefer non short

Re: [PATCH ARM]memset inlining patch for arm

2014-09-10 Thread Bin.Cheng
On Tue, Sep 9, 2014 at 6:49 PM, Richard Earnshaw wrote: > On 04/09/14 07:08, Bin Cheng wrote: >> @@ -1872,7 +1892,9 @@ const struct tune_params arm_cortex_a53_tune = >>{true, true}, /* Prefer non short >> circuit. */ >>&arm_default_vec_cost,

Re: [PATCH ARM]memset inlining patch for arm

2014-09-10 Thread Bin.Cheng
On Sat, Sep 6, 2014 at 3:33 AM, Evandro Menezes wrote: > Bin, > > This is perhaps a plus for Aarch64 as well. Is there any plan to add a > 64-bit version of this patch or should a bug be open for this? Hi Evandro, Yes, AARCH64 may want this too. I think Ramana/Marcus should have the answer/plan

Re: [PATCH ARM]memset inlining patch for arm

2014-09-09 Thread Richard Earnshaw
On 04/09/14 07:08, Bin Cheng wrote: > @@ -1872,7 +1892,9 @@ const struct tune_params arm_cortex_a53_tune = >{true, true}, /* Prefer non short > circuit. */ >&arm_default_vec_cost, /* Vectorizer costs. */ >false,

RE: [PATCH ARM]memset inlining patch for arm

2014-09-05 Thread Evandro Menezes
Bin, This is perhaps a plus for Aarch64 as well. Is there any plan to add a 64-bit version of this patch or should a bug be open for this? Thank you, -- Evandro Menezes Austin, TX -Original Message- From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches-

Re: [PATCH ARM]memset inlining patch for arm

2014-09-04 Thread Ramana Radhakrishnan
On Thu, Sep 4, 2014 at 7:08 AM, Bin Cheng wrote: > Hi, > This patch is posted/approved before at > https://gcc.gnu.org/ml/gcc-patches/2014-07/msg01398.html > Unfortunately, it was reverted because a latent bug revealed causing glibc > build failure and I didn't have enough time to fix back at that