gcc960 Compiler Driver
2-29
2
f[no-]keep-inline- Even when all calls to a given function
functions are inlined, a separate run-time callable
version of the function is still output.
f[no-]marry_mem Rejoin multi-word moves split apart by
fsplit_mem (where possible).
fmix-asm Intermix C code as comments within the
assembly code.
f[no-]rerun-cse- Re-run common subexpression
after-loop elimination after loop optimizations
have been performed.
f[no-]sblock Enable/disable superblock formation.
This option is normally used in a
second-pass recompilation, but it can
also be used in a single-pass
compilation.
fsigned-char | Make the type char be signed, like
fno-signed-char signed char (fsigned-char), or
make the type
char be unsigned, like
unsigned char (fno-signed-char).
fsigned-char is equivalent to fno-
unsigned-char
.
By default,
char variables are treated as
unsigned.
f[no-]schedule-insns Attempt to reorder instructions to
eliminate execution stalls due to
required data being unavailable. This
allows other instructions to be issued
until the result of a previously issued
instruction is required.