Completed
CPU Optimizations
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
GCC and Clang Optimizations for Embedded Linux Development
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Clang
- 3 GCC
- 4 Optimization Flags
- 5 Optimization Flags Output
- 6 Strictaliasing
- 7 Inlining
- 8 Stack Optimization
- 9 Size Optimization
- 10 Profile Guided Optimization
- 11 Profile Generate
- 12 LTO
- 13 AutoVectorization
- 14 CPU Optimizations
- 15 Builtin Functions
- 16 Unsupported Extensions
- 17 Summary