| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
These `-m' options are defined for Convex:
-mc1Generate output for C1. The code will run on any Convex machine.
The preprocessor symbol __convex__c1__ is defined.
-mc2Generate output for C2. Uses instructions not available on C1.
Scheduling and other optimizations are chosen for max performance on C2.
The preprocessor symbol __convex_c2__ is defined.
-mc32Generate output for C32xx. Uses instructions not available on C1.
Scheduling and other optimizations are chosen for max performance on C32.
The preprocessor symbol __convex_c32__ is defined.
-mc34Generate output for C34xx. Uses instructions not available on C1.
Scheduling and other optimizations are chosen for max performance on C34.
The preprocessor symbol __convex_c34__ is defined.
-mc38Generate output for C38xx. Uses instructions not available on C1.
Scheduling and other optimizations are chosen for max performance on C38.
The preprocessor symbol __convex_c38__ is defined.
-margcountGenerate code which puts an argument count in the word preceding each argument list. This is compatible with regular CC, and a few programs may need the argument count word. GDB and other source-level debuggers do not need it; this info is in the symbol table.
-mnoargcountOmit the argument count word. This is the default.
-mvolatile-cacheAllow volatile references to be cached. This is the default.
-mvolatile-nocacheVolatile references bypass the data cache, going all the way to memory. This is only needed for multi-processor code that does not use standard synchronization instructions. Making non-volatile references to volatile locations will not necessarily work.
-mlong32Type long is 32 bits, the same as type int. This is the default.
-mlong64Type long is 64 bits, the same as type long long. This option is useless, because no library support exists for it.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated by Build Daemon user on October, 25 2005 using texi2html 1.76.