On 9/18/2011 2:49 AM, Peter Alexander wrote: > Unity builds help a lot with link time. dmd does something similar if you build an executable by putting multiple modules on the command line. It will create one big object file, instead of one per module.