D compilation is too slow and I am forking the compiler

Walter Bright newshound2 at digitalmars.com
Fri Nov 23 19:16:34 UTC 2018


On 11/23/2018 2:12 AM, Jacob Carlborg wrote:
> 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?

It'd probably be even slower because one would have to rewrite all the pointers 
into the string table.



More information about the Digitalmars-d-announce mailing list