The William Paterson University of New Jersey Dept. of Computer Science
被引用24|浏览13
摘要
Software pipelining is an effective technique to reduce cycle count by exploiting instruction level parallelism in loops. It has been implemented in most VLIW DSP compilers. However, software pipelining expands the code size due to the introduction of prelude and postlude. To address this problem, many VLIW DSP compilers include certain code size reduction features. During compilation, a user is given limited options of exercising these code reduction features. As a result, the tradeoff options between cycle count and code size are also limited. Yet today's software development often requires an optimum balance between code size and cycle count, which in turn requires a much wider tradeoff space. This paper presents a new heuristic code-size-constraint loop optimization approach to extend the tradeoff space. Preliminary experimental results indicate that the new approach can significantly widen the tradeoff space, thus providing DSP users with more flexibility to meet their various design criteria.
更多
查看译文
关键词
digital signal processing chips,instruction sets,logic design,program compilers,software architecture,DSP applications,VLIW DSP compilers,code size,code-size-constraint loop optimization,cycle count,instruction level parallelism,software pipelining