vectorization of a simple loop -- not in DMD?
bachmeier
no at spam.net
Tue Jul 12 13:07:37 UTC 2022
On Monday, 11 July 2022 at 21:46:10 UTC, IGotD- wrote:
> Just depreciate the the DMD backend, it's just not up to the
> task anymore.
Just deprecate LDC and GDC. They compile slowly and are unlikely
to ever deliver fast compile times, due to their design.
> Some people say they like it because it is fast, yes it is fast
> because it doesn't do much.
If it produces code that's fast enough, there is zero benefit to
using a different compiler. If you use a development workflow
that's heavy on compilation, stay away from LDC or GDC until
you're done - and even then, you might not have any motivation to
use either.
More information about the Digitalmars-d-learn
mailing list