The Most Important Optimizations to Apply in Your C++ Programs - CppCon 2022

The Most Important Optimizations to Apply in Your C++ Programs - CppCon 2022

CppCon via YouTube Direct link

C Plus Code

13 of 32

13 of 32

C Plus Code

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

The Most Important Optimizations to Apply in Your C++ Programs - CppCon 2022

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Introduction
  2. 2 Overview
  3. 3 Goals
  4. 4 Examples
  5. 5 Compiler Optimizations
  6. 6 Fast Math
  7. 7 Link Time Optimization
  8. 8 Unity Builds
  9. 9 Linking Statically
  10. 10 Profiles
  11. 11 Compilers
  12. 12 Binary Post Processing
  13. 13 C Plus Code
  14. 14 Const
  15. 15 Global variables
  16. 16 No except
  17. 17 Static
  18. 18 Inline
  19. 19 Attributes
  20. 20 Likely
  21. 21 Assume
  22. 22 Restrict
  23. 23 Provenance
  24. 24 Function Boundaries
  25. 25 Exception Handling
  26. 26 Value Qualified Member Functions
  27. 27 Cache
  28. 28 Branch Predictor
  29. 29 SIMD
  30. 30 Intrinsics
  31. 31 Conclusion
  32. 32 Questions

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.