The design of embedded systems warrants a new perspective because of the following two reasons: Firstly, slow and energy inefficient memory hierarchies have already become the bottleneck of the embedded systems. It is documented in the literature as the memory wall problem. Secondly, the software ru
Code Optimization Techniques for Embedded Processors: Methods, Algorithms, and Tools
β Scribed by Dr. Rainer Leupers (auth.)
- Publisher
- Springer US
- Year
- 2000
- Tongue
- English
- Leaves
- 217
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
The building blocks of today's and future embedded systems are complex intellectual property components, or cores, many of which are programmable processors. Traditionally, these embedded processors mostly have been proΒ grammed in assembly languages due to efficiency reasons. This implies timeΒ consuming programming, extensive debugging, and low code portability. The requirements of short time-to-market and dependability of embedded systems are obviously much better met by using high-level language (e.g. C) compilΒ ers instead of assembly. However, the use of C compilers frequently incurs a code quality overhead as compared to manually written assembly programs. Due to the need for efficient embedded systems, this overhead must be very low in order to make compilers useful in practice. In turn, this requires new compiler techniques that take the specific constraints in embedded system deΒ sign into account. An example are the specialized architectures of recent DSP and multimedia processors, which are not yet sufficiently exploited by existing compilers.
β¦ Table of Contents
Front Matter....Pages i-viii
Introduction....Pages 1-28
Memory Address Computation for DSPs....Pages 29-58
Register Allocation for DSP Data Paths....Pages 59-79
Instruction Scheduling for Clustered VLIW Processors....Pages 81-100
Code Selection for Multimedia Processors....Pages 101-125
Performance Optimization with Conditional Instructions....Pages 127-147
Function Inlining under Code Size Constraints....Pages 149-163
Frontend Issues β The LANCE System....Pages 165-180
Conclusions....Pages 181-182
Back Matter....Pages 183-216
β¦ Subjects
Computer-Aided Engineering (CAD, CAE) and Design; Electrical Engineering; Special Purpose and Application-Based Systems
π SIMILAR VOLUMES
<p>This book focuses on source-to-source code transformations that remove addressing-related overhead present in most multimedia or signal processing application programs. This approach is complementary to existing compiler technology. What is particularly attractive about the transformation flow pr
<p>This Expert Guide gives you the knowledge, methods and techniques to develop and manage embedded systems successfully. It shows that teamwork, development procedures, and program management require unique and wide ranging skills to develop a system, skills that most people can attain with persist