13.07.2015 Views

DSP56xxx C Cross-Compiler User's Guide - Tasking

DSP56xxx C Cross-Compiler User's Guide - Tasking

DSP56xxx C Cross-Compiler User's Guide - Tasking

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

4–46Chapter 4Option:Project | Project Options...C <strong>Compiler</strong>OptimizationCustom optimizationOptimizationRegister allocation graph optimizationPragma:Default:Description:Example:/** Compile with –OG –O0* Compile with –Og –O0, register allocation* graph optimization*/typedef struct{long l;int i;} STRUCT;int f(STRUCT *s_p){return s_p–>i;}

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!