http://d.puremagic.com/issues/show_bug.cgi?id=9673


Martin Nowak <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]


--- Comment #2 from Martin Nowak <[email protected]> 2013-03-11 09:16:31 PDT ---
(In reply to comment #0)
> 4. Invoke dmd once per .d file, producing object files (only for object files
> that are out of date). Invocations should be runnable in parallel, but this 
> may
> be left as a future enhancement.
> 
It should cluster the source files by common dependencies so to avoid the
parsing and semantic analysis overhead of the blunt parallel approach. I think
a simple k-means clustering would suffice for this, k would be the number of
parallel jobs.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to