DIP10005: Dependency-Carrying Declarations is now available for community feedback

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Thu Dec 15 22:55:48 PST 2016


On 12/15/2016 1:48 PM, deadalnix wrote:
> You may also want to look at https://www.youtube.com/watch?v=b_T-eCToX1I to see
> what clang's up to.

Thanks. I see they've done much that Zortech C++ did to be fast, as well as Warp 
and dmd.

dmd eliminates the need for lib and ar by building in the code for that, so 
object files do not have to be written then read. I've often thought that this 
should be done with the linker, too. I.e. have dmd generate an exe file directly.


More information about the Digitalmars-d mailing list