PDC05: Day Four (C++ Optimization Best Practices)

- OpenMP helps with multithreaded programming, use it.
- Avoid Double-Thunks - you cannot dllexport managed calls without paying the double-thunk cost.
- Compiling managed C++ with /clr:pure or marking dllexported calls as _clrcall improves performance by a factor of seven.
0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home