Compiler Front-End Framework for Parallelism Profiling

碩士 === 國立臺灣大學 === 電子工程學研究所 === 96 === Embedded systems on multi-core are nearly ubiquitous today such as handheld mobile phones and game consoles. When developing embedded systems on multi-cores, we need a profiler to analyze an application and find out whether it can be executed in parallel or whic...

Full description

Bibliographic Details
Main Authors: Hong-Kuei Chen, 陳鴻奎
Other Authors: Sao-Jie Chen
Format: Others
Language:en_US
Published: 2008
Online Access:http://ndltd.ncl.edu.tw/handle/03585833425832112451
Description
Summary:碩士 === 國立臺灣大學 === 電子工程學研究所 === 96 === Embedded systems on multi-core are nearly ubiquitous today such as handheld mobile phones and game consoles. When developing embedded systems on multi-cores, we need a profiler to analyze an application and find out whether it can be executed in parallel or which part of it can be executed in parallel, which will help a designer to decide how to use system resources well. In the Thesis, we developed a compiler front-end framework for parallelism profiling. Our proposed framework can extract the information on whether one application can be executed in parallel or not. These information are contributive to developing embedded systems on a multi-core environment.