Slow performance compared to C++, ideas?

Joseph Rushton Wakeling joseph.wakeling at webdrake.net
Sun Jun 2 04:05:55 PDT 2013


On 06/02/2013 11:32 AM, finalpatch wrote:
> The flags I used 
> OSX LDC: -O3 -release
> WIN GDC: -O3 -fno-bounds-check -frelease

Does adding -inline make a difference to initial performance (i.e. before your
manual interventions)?  I guess it's already covered by -O3 in both cases, but a
while back I did notice some differences in "default" LDC and GDC performance
that seemed to relate to inlining.


More information about the Digitalmars-d mailing list