| United States-English |
|
|
|
![]() |
HP-UX Systems: HP aC++/HP C Programmer's Guide > Chapter 2 Command-Line OptionsInlining Options |
|
These options allow you to specify the amount of source code inlining done by HP aC++. +inline_level num The +inline_level option controls how C++ inlining hints influence HP aC++. Such inlining happens in addition to functions that are explicitly tagged with the inline keyword. (For C89, use the __inline keyword).
Specify num as any value between 0 and 9. Refer to the following table:
The default level depends on +Olevel as shown in the following table:
The options +O[no]inline and +Oinlinebudget control the high level optimizer that recognizes other opportunities in the same source file (+O3) or amongst all source files (+O4). For example, aCC +inline_level 3 app.C |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||