D compilation is too slow and I am forking the compiler
Jacob Carlborg
doob at me.com
Fri Nov 23 10:12:18 UTC 2018
On 2018-11-21 11:56, Walter Bright wrote:
> Wouldn't it be awesome to have the lexing/parsing of the imports all
> done in parallel? The main difficulty in getting that to work is dealing
> with the shared string table.
Would it be possible to have one string table per thread and merge them
to one single shared string table before continuing with the next phase?
--
/Jacob Carlborg
More information about the Digitalmars-d-announce
mailing list