[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ba6b7f45-6c59-4ad1-9b4b-a02f34036d7e@web.de>
Date: Fri, 5 Sep 2025 11:15:55 +0200
From: Markus Elfring <Markus.Elfring@....de>
To: cocci@...ia.fr, kernel-janitors@...r.kernel.org
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: [RFC] Sharing data processing resources for selected SmPL scripts?
Hello,
I became curious if further developers would like to try the following script out
for the semantic patch language.
@display@
identifier action;
type t;
@@
*t * action(...)
{
... when any
}
I interpret such a search approach in the way that it should extract some data
from a lot of source code places.
Thus I imagine that it results also in special software run time characteristics
which matter especially for big codebases like Linux.
How do you think about to clarify corresponding data collections
and computation resources?
Related source code analysis concerns can eventually be also clarified.
* Handling of function declarations in header files
* Relevance of some preprocessor directives
Regards,
Markus
Powered by blists - more mailing lists