著者
近江谷 康人
出版者
一般社団法人情報処理学会
雑誌
情報処理学会研究報告計算機アーキテクチャ(ARC) (ISSN:09196072)
巻号頁・発行日
vol.2005, no.80, pp.85-90, 2005-08-04
被引用文献数
1

コンピュータ製品開発において,市販の高性能マイクロプロセッサを用いてバイナリ互換を実現するアーキテクチャエミュレーション手法は,開発効率面で有効である.特に動作原理が単純かつホストアーキテクチャ依存度が低いC言語実装によるインタプリタ方式は,開発費,品質,保守性の点で実際的である.本稿では,将来の製品性能の予測を行なうため,インタプリタの性能(CPI)を分析している.複数種のインタプリタを複数種のホスト上に構築して,命令頻度とともに実行時間を計測した結果,コアループが44~70%占めていることが判った.また,上位約20命令の処理時間と頻度から見積もったCPU時間は実測値とほぼ同等であり,見積りの正確性を示している.Architectural emulation technique using high-performance microprocessors is a cost-effective tool for developing a new computer product with keeping the binary compatibility. Especially the interpreter written in C language, based on simple structure and architecture-free implementation, is practical in development-cost, quality and maintainability. Here, CPI (Clock cycles Per Instruction) of interpreters is analyzed in order to forecast the future product performance. Through the analysis by counting frequency of each instruction and measuring emulation time of several interpreters versions on multiple host architectures, it appears that the core-loop wastes 44 to 70 percent of time. This paper also shows that an estimated total CPU time, calculated from top-twenties of each instruction's time and frequency, is well matched to the real emulation time, thus, it is useful to prospect the real performance.

言及状況

Twitter (1 users, 1 posts, 0 favorites)

こんな論文どうですか? インタプリタ方式による命令エミュレーション処理性能(ARC-5: 性能予測, 2005年並列/分散/協調処理に関する『武雄』サマー・ワークショップ(SWoPP武(近江谷 康人),2005 http://id.CiNii.jp/LoDXL

収集済み URL リスト