Completed
Meta Optimization Options
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
A Few Effective GCC - Clang Optimizations for Embedded Systems
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Agenda
- 3 Tools Know Your Compiler
- 4 Memory Layout
- 5 Map Files
- 6 Optimization Levels
- 7 Meta Optimization Options
- 8 Stack Protector Options
- 9 Compiler Support
- 10 Processor World Size
- 11 Type Systems
- 12 Const
- 13 Function Parameters
- 14 Loops
- 15 Attributes
- 16 Baselines
- 17 Portability
- 18 ternary operator
- 19 stack size
- 20 ncall optimization
- 21 recursion optimization
- 22 summary