[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] Re: Parallel programming solution

Yes please see the Eclipse Parallel Tools Platform
http://eclipse.org/ptp

We have some analysis tools that do exactly that: use the C/C++ parser, AST, etc to do analysis specific to parallel programming.

>suggest  parts can be  parallelised with appropriate transformation.
That would be terrific if you would consider contributing to PTP!
The PLDT (Parallel Language Development Tools) is the part of PTP
that contains the analysis code so far.

Refs:
EclipseCon talk "Static Analysis in PTP with CDT" http://www.eclipsecon.org/2008/?page=sub/&id=373


PLDT Help
http://www.eclipse.org/ptp/documentation/2.1/org.eclipse.ptp.pldt.help/html/toc.html

...Beth Tibbitts


Abhishek Gupta wrote:
I want to add guided parallel programming support to CDT. It will analyse the sequential code of user and suggest him parts can be parallelised with appropriate transformation.I Thought of developing a multipage editor.To analyse the code I need to parse the C/C++ code. Does CDT provides any support to access its parser or syntax tree.

Thanks,
Abhishek Gupta