[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1602054065.git.sylphrenadin@gmail.com>
Date: Wed, 7 Oct 2020 13:44:32 +0530
From: Sumera Priyadarsini <sylphrenadin@...il.com>
To: Julia.Lawall@...6.fr
Cc: corbet@....net, Gilles.Muller@...6.fr, nicolas.palix@...g.fr,
michal.lkml@...kovi.net, cocci@...teme.lip6.fr,
linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org
Subject: [PATCH 0/2 V3] Improve Coccinelle Parallelisation
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 in machines with more than 4
hyperthreads.
Sumera Priyadarsini (2):
scripts: coccicheck: Change default value for parallelism
Documentation: Coccinelle: Modify parallelisation information in docs
Documentation/dev-tools/coccinelle.rst | 5 +++--
scripts/coccicheck | 5 +++++
2 files changed, 8 insertions(+), 2 deletions(-)
--
2.25.1
Powered by blists - more mailing lists