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

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Sun Nov 16 22:13:38 PST 2014


On 11/16/2014 8:20 AM, Flamencofantasy wrote:
> However I noticed that calling Length on Array in C# is inlined whereas
> LongLenth is a function call even in release mode.

-release does not turn on function inlining. Use -inline for that.



More information about the Digitalmars-d mailing list