Slow performance compared to C++, ideas?

Walter Bright newshound2 at digitalmars.com
Sun Jun 2 10:54:52 PDT 2013


On 6/2/2013 4:10 AM, Iain Buclaw wrote:
> -O3 is covered in the GDC case (turns on -finline-functions).

The reason -inline is a separate switch is for debugging purposes (to set 
breakpoints on the function that would have been inlined), and also to generate 
profile statistics.



More information about the Digitalmars-d mailing list