Slow performance compared to C++, ideas?

Dicebot m.strashun at gmail.com
Tue Jun 4 04:43:25 PDT 2013


> - Can not be un-done by the compiler/linker like it can in other
> (dynamic) languages. No sufficiently smart compiler can ever 
> address this
> problem as an optimisation.

It can be done if you are fine marking every single class 
supposed to be used across the binary boundaries as "export". See 
deadalnix explanations in this thread for details.


More information about the Digitalmars-d mailing list