• C166 BUG: V4.25 generates incorrect code
    To test the condition, I created new uVision project with default settings and compiled the following code: bit bit1, bit2 = 1; int i; __inline bit getbit(void) { return bit2; } void main(void)...
  • Detecting code optimization level
    Hello, In our program we want to know the optimization level of code and to know in the same way if the option "optimize for time" is checked. For example we we are debuging the code we do not use...
  • Optimization Levels
    Why are there several optimization levels as on would always want to optimize the code to maximum?
  • Optimization levels
    Hello all, I'm using uVision v2.2a and C compiler v6.22. As you all know uVision have several optimization levels. After selecting one of the optimization levels and rebuild my project, where can I...
  • 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...