Official compiler

Iain Buclaw via Digitalmars-d digitalmars-d at puremagic.com
Fri Feb 26 10:34:53 PST 2016


On 26 Feb 2016 9:45 am, "Walter Bright via Digitalmars-d" <
digitalmars-d at puremagic.com> wrote:
>
> On 2/26/2016 12:20 AM, Iain Buclaw via Digitalmars-d wrote:
>>
>> I thought that mulithreaded I/O did not change anything, or slowed
compilation
>> down in some cases?
>>
>> Or I recall seeing a slight slowdown when I first tested it in gdc all
those
>> years ago.  So left it disabled - probably for the best too.
>
>
>
> Running one test won't really give much useful information. I also wrote:
>
> "On a machine with local disk and running nothing else, no speedup. With
a slow filesystem, like an external, network, or cloud (!) drive, yes. I
would also expect it to speed up when the machine is running a lot of other
stuff."

Ah ha. Yes I can sort of remember that comment.

One interesting line of development (though would be difficult to
implement) would be to do all three semantic passes asynchronously using
fibers.

If I understand correctly, sdc already does this with many cases that need
ironing out.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20160226/d30d5f52/attachment.html>


More information about the Digitalmars-d mailing list