On 9/21/2018 9:29 AM, welkam wrote:
Jai compiler perform parsing and lexing in different thread so its kinda multi threaded. Its possible to do the same with D front end. We can start here but there are plenty of low hanging fruits in compiler you just need to run profiler to find them

D was designed to support mulithreaded compilation, but that was never 
implemented.

An earlier DMD would do file I/O and compiling in separate threads. It was sadly removed.

Reply via email to