size_t for length on x64 will make app slower than on x86?

FrankLike via Digitalmars-d digitalmars-d at puremagic.com
Mon Nov 17 23:04:48 PST 2014


> Don't profile with out optimzation.
> Add "-O -inline -release -boundscheck=off" to your dmd 
> arguments.

I mean projects moved from x86 to x64, 'cast(int)length ' is 
better than 'size_t i=(something).length '.


More information about the Digitalmars-d mailing list