Related articles |
---|
Compiler for "own" parallel language? GoodIntentions@lycos.de (Matrim) (2005-10-27) |
Re: Compiler for "own" parallel language? nmm1@cus.cam.ac.uk (2005-10-29) |
Re: Compiler for "own" parallel language? shreyas76@gmail.com (shrey) (2005-10-29) |
From: | "shrey" <shreyas76@gmail.com> |
Newsgroups: | comp.compilers |
Date: | 29 Oct 2005 21:27:58 -0400 |
Organization: | http://groups.google.com |
References: | 05-10-191 |
Keywords: | parallel |
Posted-Date: | 29 Oct 2005 21:27:58 EDT |
If what yew mean by parallel language is something like open MP, examples
of compilers exist which can compile or more importantly optimize such
programs. One such work in progress is using gcc branch called gomp.
Standards such as open MP, MPI having been around for awhile I would
think there must be more such compilers. One way to look for them might
be to first find out the popular parallel languages and then try to
find their tools
Shrey
Matrim wrote:
> So now my question: Is it possible with Eli to achieve that goal
> (implementing a compiler for that a parallel language)? Any hints to
> do so? Or is there a even better way/tool to do so?
Return to the
comp.compilers page.
Search the
comp.compilers archives again.