On 04/16/2012 03:33 PM, bearophile wrote:
For interested people, there is a thread in D.learn that shows a missed inlining in DMD: http://forum.dlang.org/thread/[email protected](After that manual inlining the D code is slower still than the same C++ code).
I think there was an alternative D translation that was comparatively fast?
I think @forceinline is not necessary here, a more aggressive inliner seems enough. Bye, bearophile
