Sciweavers

CROSSROADS
2008

The use of compiler optimizations for embedded systems software

13 years 4 months ago
The use of compiler optimizations for embedded systems software
O ptimizing embedded applications using a compiler can generally be broken down into two major categories: hand-optimizing code to take advantage of a particular processor's compiler and applying built-in optimization options to proven and well-polished code. The former is well documented for different processors, but little has been done to find generalized methods for optimal sets of compiler options based on common goal criteria such as application code size, execution speed, power consumption, and build time. This article discusses the fundamental differences between these two general categories of optimizations using the compiler. Examples of common, built-in compiler options are presented using a simulated ARM processor and C compiler, along with a simple methodology that can be applied to any embedded compiler for finding an optimal set of compiler options.
Joe Bungo
Added 10 Dec 2010
Updated 10 Dec 2010
Type Journal
Year 2008
Where CROSSROADS
Authors Joe Bungo
Comments (0)