This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Is gcc optimized for thread level parallelism?
On Thursday 20 October 2005 19:12, Jim Wilson wrote:
> See http://gcc.gnu.org/projects/gomp/
>
> This is still in early stages of implementation. Don't expect anything
> to work yet.
>
Indeed.
The implementation is at a stage where the C front end can be tested with
benchmarks (openmpbench_C and NAS-OMP-C both work fine). Fortran is
almost there (openmpbench_F works), and C++ should be ready for wider
testing in a few weeks.
We plan to merge the branch into mainline for the 4.2 release.
Automatic parallelization passes may be added at a later stage by having a
pass that emits the appropriate OpenMP IL instructions.