Adapting to a specific processor

terranium spam at here.lot
Fri May 2 06:15:43 PDT 2008


Manfred Nowak Wrote:

> AMD recommends some coding styles like:
> 
> - make code paths as straight as possible
> - in general, avoid using more than three branches per 16 byte window
> - limit recursivity to a single call site

> How to achieve this in D?

Read AMD's "Source level optimizations" recommendation.



More information about the Digitalmars-d mailing list