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: | "Matrim" <GoodIntentions@lycos.de> |
Newsgroups: | comp.compilers |
Date: | 27 Oct 2005 23:26:22 -0400 |
Organization: | http://groups.google.com |
Keywords: | parallel, question, comment |
Posted-Date: | 27 Oct 2005 23:26:22 EDT |
Hello,
I'm about to implement a compiler a parallel language. More specific
its a (small) subset of the Fortran-Language. In my studies I came
across the compiler tool Eli.
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?
Any ideas would be appreaciated.
Mat.
[It sort of depends on what you mean by a parallel langugage, but in
general the tools automate the front end of a compiler, and the bits
specific to parallelism tend to reside in the back end. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.