Why parallelise the parser?
Why parallelise the parser?
Posted Nov 1, 2024 13:58 UTC (Fri) by anton (subscriber, #25547)Parent article: The performance of the Rust compiler
Does Rust generate huge output from text-macro processing? Or what makes the parsing such a time-consuming operation that parallel processing of that part appears to be a promising way towards smaller elapsed compile times? My expectation is that the compiler spends nearly all of its time in the checking parts and in the LLVM back end.