From a C++/JS benchmark

Iain Buclaw ibuclaw at ubuntu.com
Sat Aug 6 02:55:18 PDT 2011


== Quote from bearophile (bearophileHUGS at lycos.com)'s article
> Trass3r:
> > C++ no SIMD:
> > Skinned vertices per second: 42420000
> >
> ...
> > D gdc:
> > Skinned vertices per second: 23450000
> Are you able and willing to show me the asm produced by gdc? There's a problem
there.
> Bye,
> bearophile


Notes from me:

- Options -fno-bounds-check and -frelease can be just as important in GDC as they
are in DMD under certain instances.
- You can output asm in intel dialect using -masm=intel if at&t is that difficult
for you to read. 8-)

I will look into this later from my workstation.


More information about the Digitalmars-d mailing list