Slow performance compared to C++, ideas?

Jakob Ovrum jakobovrum at gmail.com
Thu Jun 6 17:43:14 PDT 2013


On Friday, 7 June 2013 at 00:34:45 UTC, deadalnix wrote:
> Yes, which happen anyway for shared objects !

This.

We can do whole-program-optimization to finalize
non-shared-library functions - and for shared-library functions
it doesn't make sense to finalize for performance - you're
trading one kind of indirection function call for another.

Can we all please address or recognize this?


More information about the Digitalmars-d mailing list