All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cocci] [PATCH 0/2 v2] Improve Coccinelle Parallelisation
@ 2020-10-06 19:04 ` Sumera Priyadarsini
  0 siblings, 0 replies; 6+ messages in thread
From: Sumera Priyadarsini @ 2020-10-06 19:04 UTC (permalink / raw)
  To: Julia.Lawall
  Cc: michal.lkml, linux-doc, Gilles.Muller, corbet, nicolas.palix,
	linux-kernel, cocci

Coccinelle utilises all available threads to implement parallelisation.
However, this results in a decrease in performance.

This patchset aims to improve performance by modifying cocciccheck to
use at most one thread per core by default.

Sumera Priyadarsini (2):
  scripts: coccicheck: Change default value for parallelism
  Documentation: Coccinelle: Modify parallelisation information in docs

 Documentation/dev-tools/coccinelle.rst | 4 ++--
 scripts/coccicheck                     | 5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)

-- 
2.25.1

_______________________________________________
Cocci mailing list
Cocci@systeme.lip6.fr
https://systeme.lip6.fr/mailman/listinfo/cocci

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

end of thread, other threads:[~2020-10-06 19:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-06 19:04 [Cocci] [PATCH 0/2 v2] Improve Coccinelle Parallelisation Sumera Priyadarsini
2020-10-06 19:04 ` Sumera Priyadarsini
2020-10-06 19:06 ` [Cocci] [PATCH 1/2 V2] scripts: coccicheck: Change default value for parallelism Sumera Priyadarsini
2020-10-06 19:06   ` Sumera Priyadarsini
2020-10-06 19:06 ` [Cocci] [PATCH 2/2 V2] Documentation: Coccinelle: Modify parallelisation information in docs Sumera Priyadarsini
2020-10-06 19:06   ` Sumera Priyadarsini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.