![]() |
个人信息Personal Information
教授
博士生导师
硕士生导师
主要任职:Dean of School of Software
性别:男
毕业院校:哈尔滨工程大学
学位:博士
所在单位:软件学院、国际信息与软件学院
学科:软件工程. 计算机应用技术
联系方式:wgwdut@dlut.edu.cn
电子邮箱:wgwdut@dlut.edu.cn
A graph-theory algorithm for WCET estimation
点击次数:
论文类型:会议论文
发表时间:2007-05-27
收录刊物:EI、CPCI-S
卷号:4489
期号:PART 3
页面范围:419-+
摘要:The complexity of modern program increases the difficulty to compute the upper bound worst case execution time fast and accurately. A new estimation method for WCET estimation is presented that uses graph theory to solve the program complexity problem. In this method, program basic blocks are represented as vertices in an undirected graph. The resulting graph can be partitioned into connected subgraphs with no edges between them. These subgraphs can in turn be broken into biconnected components. The combinational problem is reduced to finding the maximum energy of these small biconnected components and combining the results to identify the global maximum energy information, that is the worst case execution time. This algorithm will allow to analyze more complex program and can makes the execution time upper bound more accurate.