Analyze a D file for imports
rsw0x via Digitalmars-d
digitalmars-d at puremagic.com
Tue Jun 30 07:18:19 PDT 2015
On Tuesday, 30 June 2015 at 14:07:20 UTC, anonymous wrote:
> On Tuesday, 30 June 2015 at 13:22:10 UTC, rsw0x wrote:
>> [...]
>
> As far as I understand, the slowdown comes from parsing common
> dependencies again and again. Any compiler that doesn't cache
> the ASTs should be affected, no?
>
> [...]
you're skipping the part where they can be ran in parallel, dmd
sees no benefit from this.
More information about the Digitalmars-d
mailing list