Enrico Maria Giordano
2023-12-31 11:08:39 UTC
Both MSC and BCC CLANG have a very very fast C compile mode that uses
multicore CPU (-MP with MSC and --jobs=0 -output-dir. with BCC CLANG).
That is wonderful but it works if there is only one compiler run for
more that one C modules. Unfortunately our build system seems to invoke
the compiler for each C module. I wonder if it could be possible to
change this and compile more C modules with one single compiler run.
This way the whole build operation would be much much faster. What do
you think?
multicore CPU (-MP with MSC and --jobs=0 -output-dir. with BCC CLANG).
That is wonderful but it works if there is only one compiler run for
more that one C modules. Unfortunately our build system seems to invoke
the compiler for each C module. I wonder if it could be possible to
change this and compile more C modules with one single compiler run.
This way the whole build operation would be much much faster. What do
you think?
--
Enrico Maria Giordano
http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
Enrico Maria Giordano
http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg