首页 | 本学科首页   官方微博 | 高级检索  
     


A Framework for Data Partitioning for C++ Data-Intensive Applications
Authors:Milidonis  A.  Dimitroulakos  G.  Galanis  M. D.  Kakarountas  A. P.  Theodoridis  G.  Goutis  C.  Catthoor  F.
Affiliation:(1) VLSI Design Lab., Dept. of Elect. and Comp. Eng., University of Patras, Rio, 26110, Greece;(2) Section of Electr. & Computers, Dept. of Physics, Aristotle Univ. of Thessaloniki, 54124, Greece;(3) VLSI Design Lab., Dept. of Elect. and Comp. Eng., University of Patras, Rio, 26110, Greece;(4) IMEC, Kapeldreef 75, B-3001 Leuven, Belgium
Abstract:We present an automated framework that partitions the code and data types for the needs of data management in an object-oriented source code. The goal is to identify the crucial data types from data management perspective and separate these from the rest of the code. In this way, the design complexity is reduced allowing the designer to easily focus on the important parts of the code to perform further refinements and optimizations. To achieve this, static and dynamic analysis is performed on the initial C++ specification code. Based on the analysis results, the data types of the application are characterized as crucial or non-crucial. Continuing, the initial code is rewritten automatically in such a way that the crucial data types and the code portions that manipulate them are separated from the rest of the code. Experiments on well-known multimedia and telecom applications demonstrate the correctness of the performed automated analysis and code rewriting as well as the applicability of the introduced framework in terms of execution time and memory requirements. Comparisons with Rational’s QuantifyTM suite show the failure of QuantifyTM to analyze correctly the initial code for the needs of data management.
Keywords:background memory management  data type  analysis  automated flow  rewriting
本文献已被 SpringerLink 等数据库收录!
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号