On 2024/9/23 18:24, Julia Lawall wrote:
Thanks for testing it. I will see if there is some other way to improve the
performance.
May be every rules in the same file are executed sequentially cost a lot?
Thanks,
Hongbo
Sent from my iPhone
On 23 Sep 2024, at 09:01, Hongbo Li wrote:
Thanks for testing it. I will see if there is some other way to improve the
performance.
Sent from my iPhone
> On 23 Sep 2024, at 09:01, Hongbo Li wrote:
>
>
>
>> On 2024/9/19 14:25, Julia Lawall wrote:
>>> On Wed, 11 Sep 2024, Hongbo Li wrote:
>>> After str_true_false() has been introduced
On 2024/9/19 14:25, Julia Lawall wrote:
On Wed, 11 Sep 2024, Hongbo Li wrote:
After str_true_false() has been introduced in the tree,
we can add rules for finding places where str_true_false()
can be used. A simple test can find over 10 locations.
Signed-off-by: Hongbo Li
---
scripts/c
On Wed, 11 Sep 2024, Hongbo Li wrote:
> After str_true_false() has been introduced in the tree,
> we can add rules for finding places where str_true_false()
> can be used. A simple test can find over 10 locations.
>
> Signed-off-by: Hongbo Li
> ---
> scripts/coccinelle/api/string_choices.cocc
After str_true_false() has been introduced in the tree,
we can add rules for finding places where str_true_false()
can be used. A simple test can find over 10 locations.
Signed-off-by: Hongbo Li
---
scripts/coccinelle/api/string_choices.cocci | 19 +++
1 file changed, 19 insertio