On Thu, 12 May 2011, Derek M Jones wrote: > Julia, > > > Did you have a chance to try my suggestion, and did it help? > > The parameter list[n] idea? I think it would work > for individual cases. > I matched all parameter cases in one large script > containing 35 patterns, which I suspect is a lot > faster than many smaller scripts (but I have not tried).
My rule also separated the matching of the function header from the search for the parameters in the function body. I'm not sure if this will help in this case, though, becausethe search should be quite efficient. julia > > -- > Derek M. Jones tel: +44 (0) 1252 520 667 > Knowledge Software Ltd mailto:[email protected] > Source code analysis http://www.knosof.co.uk > _______________________________________________ > Cocci mailing list > [email protected] > http://lists.diku.dk/mailman/listinfo/cocci > (Web access from inside DIKUs LAN only) > _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
