Motorola DSP56800 Guide de l'utilisateur Page 402

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 446
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 401
Pragmas for the DSP56800 and DSP56800E
Pragma Reference
402
Targeting MC56F83xx/DSP5685x Controllers
opt_dead_assignments
Controls the use of dead store optimization.
Prototype
#pragma opt_dead_assignments on | off | reset
Remarks
If you enable this pragma, the compiler removes assignments to unused variables
before reassigning them.
This pragma does not correspond to any panel setting in the C/C++ Language
panel.
To check this setting, use __option (opt_dead_assignments), described in
Checking Settings
. By default, this pragma is disabled.
opt_dead_code
Controls the use of dead code optimization.
Prototype
#pragma opt_dead_code on | off | reset
Remarks
If you enable this pragma, the compiler removes a statement that other statements
never execute or call.
This pragma does not correspond to any panel setting in the C/C++ Language
panel.
To check this setting, use __option (opt_dead_code), described in
Checking Settings
. By default, this pragma is disabled.
opt_lifetimes
Controls the use of lifetime analysis optimization.
Vue de la page 401
1 2 ... 397 398 399 400 401 402 403 404 405 406 407 ... 445 446

Commentaires sur ces manuels

Pas de commentaire