From mboxrd@z Thu Jan 1 00:00:00 1970 From: elfring@users.sourceforge.net (SF Markus Elfring) Date: Thu, 27 Mar 2014 19:59:38 +0100 Subject: [Cocci] How to exclude volatile data accesses in expressions with SmPL? In-Reply-To: References: <5307CAA2.8060406@users.sourceforge.net> <53342A9C.9070406@users.sourceforge.net> <5334705A.9050303@users.sourceforge.net> Message-ID: <5334751A.2020309@users.sourceforge.net> To: cocci@systeme.lip6.fr List-Id: cocci@systeme.lip6.fr > Coccinelle makes an effort to infer types. YOu may need to use eg > --recursive-includes and --relax-include-path to get the most possible > type information. It is nice when a simple filter pattern works in principle. A filter pattern which needs the knowledge about all data type details to consider relevant constraints will need more time for the data analysis. I hope that the corresponding execution speed can also be improved. Regards, Markus