Potential of a compiler that creates the executable at once

Walter Bright newshound2 at digitalmars.com
Thu Feb 10 20:39:33 UTC 2022


This is actually the reason behind why dmd will create a single object file when 
given multiple source files on the command line. It's also why dmd can create a 
library directly.

I've toyed with the idea of generating an executable directly many times.


More information about the Digitalmars-d mailing list