Completed
Ordered Map
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C++ Function Multiversioning in Windows - Load-time Implementation Selection - Lecture
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Problem Space
- 3 Indirect Calls
- 4 State Initialization
- 5 GCC IFUNK
- 6 iPhone Approach
- 7 Load Time Function Selection
- 8 Building Blocks
- 9 OS Capabilities
- 10 Binary Metadata
- 11 Binary Decision Diagram BDD
- 12 Other Building Blocks
- 13 Ordered Set of Criteria
- 14 How qualifiers work
- 15 Examples
- 16 Qualifiers
- 17 Ordered Map
- 18 Combine
- 19 Syntax
- 20 OS Support
- 21 Tool Chain Details
- 22 Compiler Modifications
- 23 Expressions
- 24 Const Expert
- 25 Dispatch Attributed Functions
- 26 Symbol Table
- 27 LTFS Map
- 28 Linker
- 29 Arm64 Direct Calls
- 30 Topological Bdd
- 31 Relocation Type
- 32 Thunk Page
- 33 Fixups
- 34 Thunks
- 35 HyperV Containers
- 36 Demo
- 37 Performance
- 38 Performance on Intel
- 39 Performance on ARM
- 40 Control Flowguard