META TOPICPARENT |
name="CompilerRepository" |
The executables are at /p/compiler/built/gcc-4.0.1/
Introduction
This is the first Gcc version that the compiler group used for profiling and BOP. Ruke Huang implemented the pass that lets global variables use dynamic allocation. Xipeng Shen worked with Ruke for other compiler support of BOP. The changes also include the compiler flags to invoke BOP support.
Basic Installation
mkdir gcc
cd gcc
svn co file:///p/compiler/repos/gcc-4.0.1/trunk gcc-4.0.1
mkdir obj
cd obj
../gcc-4.0.1/configure --prefix=INSTALL_DIR
make
make install
Compiling the compiler took 14 minutes on node14 (14 Jan 08).
The ready-made executables are at /p/compiler/built/gcc-4.0.1/. |