Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 2.02 KB

File metadata and controls

38 lines (30 loc) · 2.02 KB

4.1.4 Compiler Optimizations

Test UEFI Drivers built with compiler optimizations enabled and disabled. This helps identify odd code errors that might not manifest at lower optimization levels. It also helps identify if a UEFI Driver is sensitive to differences in execution speed. A UEFI Driver that works at lower levels of optimization, but not at higher levels, may be missing logic for a required synchronization.