HP SunSoft Pascal 4.0 Manual do Utilizador Página 85

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 333
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 84
The Pascal Compiler 61
3
–xs
(Solaris 2.x only) The -xs option disables Auto-Read for dbx in case you
cannot keep the .o files around. This option passes the -s option to the
assembler and the linker.
No Auto-Read—This is the older way of loading symbol tables.
The compiler instructs the linker to place all symbol tables for dbx in the
executable file.
The linker links more slowly and dbx initializes more slowly.
If you move the executables to another directory, then to use dbx you
must move the source files, but you need not move the object (.o) files.
Auto-ReadThis is the newer (and default) way of loading symbol tables.
The compiler distributes this information in the .o files so that dbx loads
the symbol table information only if and when it is needed.
The linker links faster and dbx initializes faster.
If you move the executables to another directory, then to use dbx, you
must move both the source files and the object (.o) files.
-xsafe=mem
(Solaris 2.x only) The -xsafe=mem option allows the compiler to assume no
memory-based traps occur.
This option grants permission to use the speculative load instruction on V9
machines.
-xsb
Same as -sb.
-xsbfast
Same as -sbfast.
Vista de página 84
1 2 ... 80 81 82 83 84 85 86 87 88 89 90 ... 332 333

Comentários a estes Manuais

Sem comentários