monkey2 icon indicating copy to clipboard operation
monkey2 copied to clipboard

multithreaded/multi-core c++ compilation (enhancement)

Open D-a-n-i-l-o opened this issue 5 years ago • 0 comments

Would it be possible to enhance C++ compile time using multithreaded compiles? Some C++ compilers have command-line switches for compiling multithreaded.

Especially when compiling all modules for desktop target debug/release, and maybe also when compiling applications.

It looks like all modules are compiled in sequential order. Maybe we could get better build-times with the new octacore CPUs when allowing multithreaded compilation.

D-a-n-i-l-o avatar Jan 29 '19 17:01 D-a-n-i-l-o