• Optimization Levels
    Why are there several optimization levels as on would always want to optimize the code to maximum?
  • is there an optimization level
    is there an optimization level that will do no, nada, none "code packing" and STILL overlay variables. it sems that after some release when opt lev 2 became required for variable overlay it is impossible...
  • Optimization Level 0
    Does anyone know how to make the compiler not overlay unused subroutine parameter locations with local variables? It's obvious to just set it to something after the point in which you want to look at...
  • optimization levels in c51
    sir, i have some doubts about optimizing levels in keil. plese give the necessary information or where i can get that information
  • Effect of changing Optimization Level
    My code currently has an optimization level of 8. But i'm out of code space and want to change it to level 9. Is there any side effect if we use optimization level 9??