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.