| Skip Navigation Links | |
| Exit Print View | |
|
Oracle Solaris Studio 12.3: C User's Guide Oracle Solaris Studio 12.3 Information Library |
1. Introduction to the C Compiler
2. C-Compiler Implementation-Specific Information
7. Converting Applications for a 64-Bit Environment
8. cscope: Interactively Examining a C Program
A. Compiler Options Grouped by Functionality
B. C Compiler Options Reference
C. Implementation-Defined ISO/IEC C99 Behavior
E. Implementation-Defined ISO/IEC C90 Behavior
H. Oracle Solaris Studio C: Differences Between K&R C and ISO C
B.2.57 -P
4.3.30 -p
E.1.9.2 (6.5.2.1) The padding and alignment of members of structures.
B.2.133 -xpagesize=n
3.2.2 Environment Variables
2.15.1 PARALLEL
Parallelizing C Code
B.2.165 -xvpara
B.2.171 -Zll
B.2.116 -xloopinfo
B.2.131 -xopenmp[=i]
B.2.147 -xreduction
B.2.80 -xautopar
B.2.67 -V
B.2.138 -xpec[={yes|no}]
Performance Tuning
B.2.17 -fast
B.2.130 -xO[1|2|3|4|5]
B.2.52 -mt[={yes|no}]
1.8 Organization of the Compiler
D.1.17 _Pragma
5.2.1.1 #pragma alias (type, type [, type]…)
5.2.1 #pragma alias_level level (list)
2.11.1 align
2.11.2 c99
2.11.3 does_not_read_global_data
2.11.4 does_not_return
2.11.5 does_not_write_global_data
2.11.6 dumpmacros
2.11.7 end_dumpmacros
2.11.8 error_messages
2.11.9 fini
2.11.10 hdrstop
2.11.11 ident
2.11.12 init
2.11.13 inline
2.11.14 int_to_unsigned
5.2.1.6 #pragma may_not_point_to (pointer, variable [, variable]…)
5.2.1.3 #pragma may_point_to (pointer, variable [, variable]…)
2.11.15 must_have_frame
2.11.13 inline
2.11.16 nomemorydepend
2.11.18 opt
2.11.19 pack
2.11.20 pipeloop
2.11.21 rarely_called
2.11.22 redefine_extname
2.11.23 returns_new_memory
2.11.24 unknown_control_flow
2.11.25 unroll
2.11.26 warn_missing_parameter_info
2.11.27 weak
B.2.3 -Aname[(tokens)]
B.2.136 -xpch=v
B.2.141 -xprefetch[=val[,val]]
B.2.5 -C
6.5.5 Using Strings
6.5.6 Token Pasting
B.2.87 -xchar[=o]
C.1.12 Library Functions (J.3.12)
B.2.144 –xprofile=p
1.9 C-Related Programming Tools
6.4.3 Example: The Use of a Cast
6.2.3 Mixing Considerations
6.4.5 Integral Constants
6.4.1 Some Background History