On Wed, Aug 12, 2020 at 11:06:11AM -0400, Jeff King wrote: > Debian unstable now ships coccinelle 1.0.8, and it's unbelievably slow > compared to 1.0.4. Running "make coccicheck" is currently at 80 minutes > of CPU time running each script in parallel, with none of them down. > They're also all consuming 6GB of RAM each, so I'm killing them all. This seems to be related to setting SPATCH_BATCH_SIZE to "0". It used to make things go much faster (if you had enough memory), but now seems to just consume tons of CPU. Setting it to "1" finishes the whole thing in ~13 minutes of CPU (~2m wall-clock). So that's at least a path forward, but in general I have been frustrated with operational aspects of coccinelle like this. -Peff