Intel i960 User Manual page 50

Processor compiler
Hide thumbs Also See for i960:
Table of Contents

Advertisement

2
2-32
i960 Processor Compiler User's Guide
f[no-]volatile
f[no-]volatile-global
f[no-]writable-strings
condition is not checked for each
iteration. In a few cases, however, the
increased code size may decrease
performance.
This option uses several decision criteria
determine how far to unroll a loop. For
example, when the loop body is small
and there are relatively few iterations, it
may choose to completely unroll the
loop. For loops with larger bodies and
more iterations, it may partially unroll
the loop and change the increment
counter accordingly.
funroll-loops
enables both
fstrength-reduce
frerun-cse-after-loop
Consider/do not consider all memory
references through pointers to be
volatile.
Consider/do not consider all references
to global variables to be volatile.
Store/do not store string constants in the
writable data segment and make them
unique. This is for compatibility with
old programs that assume they can write
into string constants.
and
.

Advertisement

Table of Contents
loading

Table of Contents