RL78マイコン向けCコンパイラCC-RLにおける機種依存最適化の設計

書誌事項

タイトル別名
  • The Design of Target Dependent Optimizations in CC-RL, an Optimizing C Compiler for the RL78 Microcontroller

この論文をさがす

説明

本論文の目的は,ルネサスエレクトロニクスのRL78マイコン向けCコンパイラCC-RLに実装した最適化処理のうち,RL78マイコン向けに特化したものの全体設計を示すことにある.一般に最適化コンパイラの設計にあたっては,コンパイラが生成するコードの実行を高速化する,あるいはサイズを削減するために,どんな最適化が必要で,その個々をどう実現し,さらに,実現した個々をどの順序で適用すべきかが問題になるが,本論文で示すのは,我々がRL78マイコン向けの実用的なアプリケーションのコンパイル結果の解析を通じて得た,この問題に対する包括的な解の1つである.

This paper shows the total design of the target machine specific optimization part of the C compiler CC-RL for the Renesas Electronics RL78 microcontroller. The design is one of the total solutions for optimizing compiler design problems to improve performance or to reduce size of the compiled code: what optimizations we need, how we should implement them, and in what order we should apply them. We solved the problems through analysis of compiled code of practical applications for the RL78 microcontroller.

収録刊行物

詳細情報 詳細情報について

問題の指摘

ページトップへ