Jai compiles 80,000 lines of code in under a second

Walter Bright newshound2 at digitalmars.com
Fri Sep 21 20:29:35 UTC 2018


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.


More information about the Digitalmars-d mailing list