[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] Re : IO intensive compilation
From: |
david . koch |
Subject: |
[Tinycc-devel] Re : IO intensive compilation |
Date: |
Wed, 22 Dec 2021 15:02:35 +0100 (CET) |
That would mean compiling faster than IO ?
With current SSD speed, I guess it's getting hard.
Perhaps if TCC was multi-threaded and running on a 64 cores threadripper.
But even then, the AMD processor is such a monster you'll hardly make it stall.
Regards.
----- Mail d'origine -----
De: Chloe Alverti <xloi.alverti@gmail.com>
À: tinycc-devel@nongnu.org
Envoyé: Wed, 22 Dec 2021 11:59:31 +0100 (CET)
Objet: [Tinycc-devel] IO intensive compilation
Hello to all,
I know that compilation is generally considered CPU bound,
but have you ever encountered a codebase that compilation
was IO-bound?
Best Regards,
Chloe