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