JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Studio 12.3: C User's Guide     Oracle Solaris Studio 12.3 Information Library
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.  Features of C99

E.  Implementation-Defined ISO/IEC C90 Behavior

F.  ISO C Data Representations

G.  Performance Tuning

H.  Oracle Solaris Studio C: Differences Between K&R C and 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, index iconB.2.55 -O
-o
index icon4.3.29 -ox
index iconB.2.56 -o filename
object file
linking with ld, index iconB.2.6 -c
producing object file for each source file, index iconB.2.6 -c
reading compiler commentary with er_src utility, index iconB.2.82 -xbuiltin[=(%all|%default|%none)]
suppressing removal of, index iconB.2.6 -c
obsolete options, list of, index iconA.1.14 Obsolete Options
OMP_NUM_THREADS, index icon3.2.2 Environment Variables
OpenMP
how to compile for, index icon3.2 Parallelizing for OpenMP
sunw_mp_register, index icon3.2.1 Handling OpenMP Runtime Warnings
-xopenmp command, index iconB.2.131 -xopenmp[=i]
optimization
at link time, index iconB.2.115 -xlinkopt[=level]
-fast and, index iconB.2.17 -fast
for SPARC, index iconPerformance Tuning
optimizer, index icon1.8 Organization of the Compiler
pragma opt and, index icon2.11.18 opt
with -xmaxopt, index iconB.2.123 -xmaxopt[=v]
-xipo and, index iconB.2.104 -xipo[=a]
-xO and, index iconB.2.130 -xO[1|2|3|4|5]
options, lint, index icon4.3.48 -y
options, command-line
alphabetical reference, index iconB.2 cc Options
See also cc command-line options
grouped by functionality, index iconA.1 Options Summarized by Function
lint, index icon4.3 lint Command-Line Options