[OT] Clang seems to implement modules

Jacob Carlborg doob at me.com
Mon Nov 19 23:17:55 PST 2012


On 2012-11-20 04:01, Walter Bright wrote:

> I know. I just pointed this out as I suspect this will not improve
> compile times more than precompiled headers do.

The compiler will compile the header and create a some kind of map file 
from it. This map file will be cached and later used during the 
compilation process. I don't know how this compares to precompiled headers.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list