JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Studio 12.2: C User's Guide
search filter icon
search icon

Document Information

Preface

1.  Introduction to the C Compiler

2.  C-Compiler Implementation-Specific Information

3.  Parallelizing C Code

4.  lint Source Code Checker

5.  Type-Based Alias Analysis

6.  Transitioning to ISO C

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

D.  Supported Features of C99

E.  Implementation-Defined ISO/IEC C90 Behavior

F.  ISO C Data Representations

G.  Performance Tuning

H.  The Differences Between K&R Solaris Studio C and Solaris Studio ISO C

Index

Numbers and Symbols

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

O

-O, B.2.53 -O
-o
4.3.29 -ox
B.2.54 -o filename
object file
linking with ld, B.2.6 -c
producing object file for each source file, B.2.6 -c
reading compiler commentary with er_src utility, B.2.77 -xbuiltin[=(%all|%none)]
suppressing removal of, B.2.6 -c
obsolete options, list of, A.1.15 Obsolete Options
OMP_DYNAMIC environment variable, 2.15.1 OMP_DYNAMIC
OMP_NESTED environment variable, 2.15.2 OMP_NESTED
OMP_NUM_THREADS, 3.3.1 PARALLEL or OMP_NUM_THREADS
OMP_NUM_THREADS environment variable, 2.15.3 OMP_NUM_THREADS
OMP_SCHEDULE environment variable, 2.15.4 OMP_SCHEDULE
OpenMP
how to compile for, 3.2 Parallelizing for OpenMP
sunw_mp_register, 3.2.1 Handling OpenMP Runtime Warnings
-xopenmp command, B.2.123 -xopenmp[=i]
optimization
at link time, B.2.107 -xlinkopt[=level]
-fast and, B.2.17 -fast
for SPARC, Performance Tuning
optimizer, 1.8 Organization of the Compiler
pragma opt and, 2.11.18 opt
with -xmaxopt, B.2.115 -xmaxopt[=v]
-xipo and, B.2.98 -xipo[=a]
-xO and, B.2.122 -xO[1|2|3|4|5]
options, lint, 4.3.48 -y
options, command-line
See also cc command-line options
alphabetical reference, B.2 The cc Options
grouped by functionality, A.1 Options Summarized by Function
lint, 4.3 The lint Options