DMD is faster than LDC and GDC
Marc Schütz via Digitalmars-d
digitalmars-d at puremagic.com
Sat Nov 14 05:06:32 PST 2015
On Saturday, 14 November 2015 at 00:37:51 UTC, Manu wrote:
> In the meantime, there probably needs to be strong warnings
> about violating attributes, and if patterns have emerged that
> rely on violating such attributes, we should publish a
> recommended alternative.
One pattern that comes to mind immediately is lazily initialized
members in a const object.
Another one that's already officially supported is impure debug
statements in pure functions.
More information about the Digitalmars-d
mailing list