[Issue 9673] Add --incremental option to rdmd

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 11 09:16:34 PDT 2013


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


Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code at dawg.eu


--- Comment #2 from Martin Nowak <code at dawg.eu> 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: -------


More information about the Digitalmars-d-bugs mailing list