完整後設資料紀錄
DC 欄位語言
dc.contributor.author顏先駿en_US
dc.contributor.authorHsien-Chun Yenen_US
dc.contributor.author鍾崇斌en_US
dc.contributor.authorChung-Ping Chungen_US
dc.date.accessioned2014-12-12T01:59:43Z-
dc.date.available2014-12-12T01:59:43Z-
dc.date.issued2003en_US
dc.identifier.urihttp://140.113.39.130/cdrfb3/record/nctu/#GT009117617en_US
dc.identifier.urihttp://hdl.handle.net/11536/50580-
dc.description.abstract  由於處理器效能不斷的提升,與記憶體、週邊裝置間的速度差距也愈來愈大。有一些指令,會因為快取記憶體失誤 (cache miss) 或執行延遲等原因,造成該指令的執行時間,會依照執行當時的運算子、狀態等而有所不同。這些指令在編譯時期無法預測執行時間,做出最佳的靜態排程 (static scheduling)。而執行時期發生失速 (stall) 的情況,會直接影響整個系統的效能。於是,我們需要一個好的動態執行機制。   在這篇論文中,我們針對直接平行指令集運算 (EPIC) 架構,提出一個方法來處理失速的問題。我們在每一道指令 (instruction) 前面,額外增加硬體動態執行機制所需要的提示,並且在程式可能發生無法預測執行時間的指令和其相關指令上標記該提示,使得處理器得以直接利用標記的資訊,不需外加複雜的硬體來做煩冗的相依性檢查,即可打破指令群 (instruction group) 的執行順序限制,正確執行程式,並且達成動態執行的效果。將失速的週期與不同的失速週期重疊,或把被阻擋而未完成的指令與其他指令一起執行,即可隱藏失速所造成的影響,進而增進處理器的效能。zh_TW
dc.description.abstractThere are many types of stalls. Some instructions have unpredictable execution latencies because of stall occurred. It is impossible at compile time to identify all possible sources of stalls and their durations. Also, it is impossible to give an optimized instruction scheduling at compiler time. When executing a program, stalls may occur and break down the performance. So, a good dynamic scheduling execution mechanism is necessary. In this thesis, we introduce an approach for an EPIC architecture to become an out-of-order execution architecture. Instead of additional complex hardware, we attach several bits to each instruction to show hardware how to execute program dynamically without hazard detection and instruction scheduling circuit. Stall cycles can overlap with other stall cycles and the blocked instructions can be executed with non-blocked instructions. When the stall cycles are hidden, the total execution time can be reduced and archive performance improvement.en_US
dc.language.isoen_USen_US
dc.subject直接平行指令集運算zh_TW
dc.subject失速zh_TW
dc.subject相依性控制zh_TW
dc.subjectEPICen_US
dc.subjectstallen_US
dc.subjectdependency controlen_US
dc.title在直接平行指令集運算架構中處理失速週期zh_TW
dc.titleHandling Stall Cycles in EPIC Architectureen_US
dc.typeThesisen_US
dc.contributor.department資訊科學與工程研究所zh_TW
顯示於類別:畢業論文


文件中的檔案:

  1. 761701.pdf

若為 zip 檔案,請下載檔案解壓縮後,用瀏覽器開啟資料夾中的 index.html 瀏覽全文。