RE: Ping^2 [PATCH] Add attribute hot judgement for INLINE_HINT_known_hot hint.

2022-10-13 Thread Cui, Lili via Gcc-patches
atches@gcc.gnu.org > Subject: Ping^1 [PATCH] Add attribute hot judgement for > INLINE_HINT_known_hot hint. > > Hi Honza, > > Gentle ping https://gcc.gnu.org/pipermail/gcc-patches/2022- > September/601934.html > > Thanks, > Lili. > > > -Original Message--

Ping^1 [PATCH] Add attribute hot judgement for INLINE_HINT_known_hot hint.

2022-10-07 Thread Cui, Lili via Gcc-patches
jiu ; Liu, Hongtao > ; gcc-patches@gcc.gnu.org > Subject: RE: [PATCH] Add attribute hot judgement for > INLINE_HINT_known_hot hint. > > > Thank you. Can you please also add a testcase that tests for this. > > So you modify imagemagick marking attribute hot on the spe

RE: [PATCH] Add attribute hot judgement for INLINE_HINT_known_hot hint.

2022-09-21 Thread Cui, Lili via Gcc-patches
> Thank you. Can you please also add a testcase that tests for this. > So you modify imagemagick marking attribute hot on the specific inline? Thanks Honza. Added the testcase. I didn't modify source code of 538.imagic_r, the original source code has attribute like: #define magick_hot_spot __a

Re: [PATCH] Add attribute hot judgement for INLINE_HINT_known_hot hint.

2022-09-20 Thread Jan Hubicka via Gcc-patches
> Hi Honza, > > This patch is to add attribute hot judgement for INLINE_HINT_known_hot hint. > > We set up INLINE_HINT_known_hot hint only when we have profile feedback, > now add function attribute judgement for it, when both caller and callee > have __attribute__((hot)), we will also set up INL

[PATCH] Add attribute hot judgement for INLINE_HINT_known_hot hint.

2022-09-20 Thread Cui,Lili via Gcc-patches
Hi Honza, This patch is to add attribute hot judgement for INLINE_HINT_known_hot hint. We set up INLINE_HINT_known_hot hint only when we have profile feedback, now add function attribute judgement for it, when both caller and callee have __attribute__((hot)), we will also set up INLINE_HINT_known