• Compiler generates bad code ?
    I have spent a lot of time on this. Here is my observation: I am porting a piece of GNU code to the MCB2130 card using the Keil toolset (including the limited compiler that comes with the board). I...
  • Compiler generates bad code ?
    I have spent a lot of time on this. Here is my observation: I am porting a piece of GNU code to the MCB2130 card using the Keil toolset (including the limited compiler that comes with the board). I...
  • armcc [4.1 Build 894] generates bad code?
  • armcc [4.1 Build 894] generates bad code?
  • Why does the Keil compiler generate bad code for the DS400C80?
    The following code: fwsUniChar c; fwsUniChar *temp; temp=p->inPtr; c = *temp; temp++; p->inPtr = temp; correctly increments the pointer p by 0x01 instead of fwsUniChar c = p->inPtr...