-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I am aiming at adding resource usage information for Scons jobs launched to the compilation reports. On Linux and macOS this will be available from rusage and once we tie it to modules, we can checkout the variance added with the C cache of course being disabled. We can then.
a) Measure how much overhead ccache is in the cold cache case.
b) Compare "--eperimental=thin-lto --clang" with "--clang" to decide what we want to make the default for LTO with Clang in Nuitka.
c) Make a page comparing C backends for performance on Linux and macOS, while for the later, really only ever system gcc should be used, we can also check Anaconda's conda-cc still there, and compare with gcc, and such for large C compilations.
polarathene
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request