This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
parallel code generation
- From: Viktor Przebinda <viktor dot przebinda at colorado dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 12 Jan 2004 13:56:12 -0700
- Subject: parallel code generation
I wonder if there are any projects underway to enable gcc to compile
serial code for execution on a multi-procesor machine. This implies
having the ability to divide a serial program into individual
components which can be executed in parallel. The Intel compiler has
something similar which can generate a multi-threaded executable from
single threaded code. I may be starting such a project and would like
to know what work if any has been done in that direction. I would also
appreciate any comments on this idea.
Thanks,
Viktor