Pointer aliasing in D (Was: Programming language benchmarks)

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Thu Apr 28 19:56:37 PDT 2011


On 4/28/11 7:53 PM, bearophile wrote:
> Andrei:
>
>> C's restricts sets a poor example.
>
> There are infinite things that a compiler can't prove about the code.

Restrict is particularly bad. See 
http://www.lysator.liu.se/c/dmr-on-noalias.html (noalias was the initial 
name of restrict).

Andrei




More information about the Digitalmars-d mailing list