Efficient Compilation Using a Program Database
スポンサーリンク
概要
- 論文の詳細を見る
The long program compilation and linking time is an issue of increasing concern in object-oriented programming languages such as C++.One reason for the problem is that class structures create a lot of dependency. Another is that an object-oriented program refers many header files in order to use class libraries. First, to clarify the issue, we examine actual programming activity in C++.We then describe a method for reducing the compilation and linking time of C++programs by using a C++program database. On the basis of this method, we developed a program builder that succeeded in reducing the compilation time of C++programs by over 80%;in the last two sections, this builder is evaluated and discussed.
- 一般社団法人情報処理学会の論文
- 1994-09-20