• code optimisation
    what is meant by code optimization?how is it carried out?
  • ArmCC Code optimisation
    Note: This was originally posted on 1st June 2011 at http://forums.arm.com Hi, I am trying to generate an assembly code for the following C structure access using armcc typedef struct {   char a : 4 ;...
  • over ambitious code optimisation
    I have a memory mapped A/D converter (with a conversion time << one machine cycle, therefore no need to check for End of Conversion). The following code was written to explain the problem: - xdata...
  • Compiler optimisation
    Hello, 1.when i use printf with no var_args then the compiler should call puts instead of printf. ex1: #include <REGX51.H> #include <stdio.h> void main(void) { printf("This must call puts...
  • Optimising with NEON
    Note: This was originally posted on 11th February 2010 at http://forums.arm.com Hello guys, I am a bit new with ARM and NEON and was wondering if anyone could help me with advice on how to optimise a...