This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]