| United States-English |
|
|
|
![]() |
HP C/HP-UX Programmer's Guide: HP-UX Systems > Chapter 4 Optimizing
HP C Programs Enabling Aggressive Optimizations |
|
To enable aggressive optimizations at any optimization level, use the +Oaggressive option as follows: cc optimization level +Oaggressive sourcefile.c Aggressive optimizations are new optimizations or are optimizations that can change the behavior of programs. These optimizations may do any of the following:
Use aggressive optimizations with stable, well-structured, ANSI-conforming code. These types of optimizations give you faster code, but are riskier than the default optimizations. |
|||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||