How does D’s ‘import’ work?

rempas rempas at tutanota.com
Mon Jun 19 08:21:36 UTC 2023


On Sunday, 18 June 2023 at 20:24:10 UTC, Cecil Ward wrote:
>
> I wasn’t intending to use DMD, rather ldc if possible or GDC 
> because of their excellent optimisation, in which DMD seems 
> lacking, is that fair? (Have only briefly looked at dmd+x86 and 
> haven’t given DMD’s back end a fair trial.)

Other than the execution runtime, one other very important 
problem with DMD that wasn't refered is that is only support x86 
and x86_64. LDC and GDC support LLVM's and GCC's architectures 
respectively.


More information about the Digitalmars-d-learn mailing list