[OT] Clang seems to implement modules

DypthroposTheImposter mcbracket at gmail.com
Tue Nov 20 12:09:56 PST 2012


  I'd expect it to outperform pre-compiled headers, with PCH you 
can only add certain headers that you rarely change, since they 
all get packaged up into a single glob(sloow).  With this new 
module stuff you effectively get PCH for each module separately, 
so even files that are changed often will benefit from PCH.

  And no more dicking around with PCH and having to include 
'sdffx' everywhere etc..


More information about the Digitalmars-d-announce mailing list