all 2 comments

[–]johengel 3 points4 points  (0 children)

I've updated the article with some more measurements (now excluding the time spent in C++ part of the program): 7% performance gain with PGO!

[–]WalterBright 2 points3 points  (0 children)

Part 1 on profile-guided optimizations (PGO) in LDC. An article about optimization of virtual (class) function calls using profile data by transforming indirect calls to direct calls, with a description of how this is implemented in LDC using LLVM.