Re: Q: Compiler optimization for parallel & distributed processing ?

Claudio Fleiner <cfl@zurich.ibm.com>
22 Apr 1997 21:18:33 -0400

          From comp.compilers

Related articles
Q: Compiler optimization for parallel & distributed processing ? pizka@informatik.tu-muenchen.de (1997-04-18)
Re: Q: Compiler optimization for parallel & distributed processing ? cfl@zurich.ibm.com (Claudio Fleiner) (1997-04-22)
Re: Q: Compiler optimization for parallel & distributed processing ? gelleric@goethe.informatik.uni-stuttgart.de (1997-04-30)
Re: Q: Compiler optimization for parallel & distributed processing ? gale@wind.hpc.pko.dec.com (Israel Gale) (1997-05-08)
| List of all articles for this month |

From: Claudio Fleiner <cfl@zurich.ibm.com>
Newsgroups: comp.compilers,comp.parallel
Date: 22 Apr 1997 21:18:33 -0400
Organization: IBM Zurich Research Laboratory
References: 97-04-102
Keywords: optimize, parallel, report

Markus Pizka wrote:
>
> Can someone point me to information regarding the subject in general ?
>
> And does anyone know about extensions or modifications of GNU gcc for
> the purpose of disributed and parallel processing ? For example,
> common subexpression elimination and loop-unrolling leads to wrong
> behavior in multiple threaded environments.


I've just finished my thesis which deals with exactly those problems.
It uses a different language (namely pSather) to solve those
problems (which is then compiled to C and further compiled
with gcc).


Check out http://www.icsi.berkeley.edu/~fleiner/thesis


Hope this helps,


Claudio Fleiner
<cfl@zurich.ibm.com>
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.