mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [RFC] Sharing data processing resources for selected SmPL scripts?
@ 2025-09-05  9:15 Markus Elfring
  2025-09-05  9:42 ` [cocci] " Julia Lawall
  0 siblings, 1 reply; 3+ messages in thread
From: Markus Elfring @ 2025-09-05  9:15 UTC (permalink / raw)
  To: cocci, kernel-janitors; +Cc: LKML

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-09-05 11:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-05  9:15 [RFC] Sharing data processing resources for selected SmPL scripts? Markus Elfring
2025-09-05  9:42 ` [cocci] " Julia Lawall
2025-09-05 11:14   ` Markus Elfring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®