1. 首页
  2. 编程语言
  3. 硬件开发
  4. Writing Efficient C for ARM

Writing Efficient C for ARM

上传者: 2019-04-15 01:26:47上传 RAR文件 114.66KB 热度 22次
The ARM and Thumb C compilers are mature, industrial-strength ANSI C compilers whichare capable of producing high quality machine code. However, when writing source code,it is always worthwhile to use programming techniques which work well on RISCprocessors such as ARM. This Applicat ion Note describes some of the techniques thatcan be useful. It also explains to some extent how the ARM compiler works, and how touse the C language efficiently. These techniques and knowledge will enable programmersto increase execution speed and/or lower code density. ion Note describes some of the techniques thatcan be useful. It also explains to some extent how the ARM compiler works, and how touse the C language efficiently. These techniques and knowledge will enable programmersto increase execution speed and/or lower code density.
用户评论
码姐姐匿名网友 2019-04-15 01:26:47

很不错的资源,适合作为ARM开发的参考资料