This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

code size difference between version 4.22a and 4.23

Hi,

I am using a Samsung chip with cortex-M3 core,when i Build the code using 4.22a version of keil the code size is aroung 498KB at optimization level 1.The same code when i build using 4.23 version with same optimization level is coming around 473Kb.Does anyone can help me telling why this difference is happening.

Thanks in advance,

Regards,
Ramanarayanan

Parents Reply Children
  • Also, if my understanding is correct, a build without a preceeding "clean" will use a linker feedback file which will result in further optimisation. Therefore a rebuild after a "clean" is likely to produce larger code than a subsequent rebuild without a "clean".