On Fri, 16 Oct 2020, Markus Elfring wrote: > … > > + E = \(kmalloc\|kzalloc\|krealloc\|kcalloc\| > > + kmalloc_node\|kzalloc_node\|kmalloc_array\| > > + kmalloc_array_node\|kcalloc_node\)(...)@kok > … > > How do you think about the possibility for any adjustments according to the order > of the mentioned function names in proposed disjunctions for the semantic patch language? Please think about this for 5 seconds. Maybe there are 2000 calls to these allocation functions, and maybe there are a million function calls in the files that contain these calls. Microscopically optimizing the treatment of 2000 calls is not going to do anything to help the overall runtime, which depends on matching all of the above function names against the one million overall calls. > Can any additional identifiers become relevant? If you have other names to suggest, please do. If you don't have other names to suggest, then please stop asking such rhetorical questions. julia