Escaping the Tyranny of the GC: std.rcstring, first blood
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Wed Sep 24 22:47:49 PDT 2014
On 9/22/2014 11:19 PM, deadalnix wrote:
> I think a library solution + intrinsic for increment/decrement (so they can be
> better optimized) would be the best option.
Intrinsics are unnecessary. The compiler is perfectly capable of recognizing
certain code patterns and replacing them with single instructions.
More information about the Digitalmars-d
mailing list