Related articles |
---|
generating TASK_GRAPH (code Distribution) mshoosh@gmail.com (sadegh) (2006-03-05) |
From: | sadegh <mshoosh@gmail.com> |
Newsgroups: | comp.compilers |
Date: | 5 Mar 2006 02:17:48 -0500 |
Organization: | Compilers Central |
Keywords: | question |
Posted-Date: | 05 Mar 2006 02:17:48 EST |
Hi All,
I want to construct a task graph for code Distribution
as you know first we must know about dependencies then finding methods
and also classes that have max cohesion and min coupling then put them
at tasks and then Distribut them between PEs .
I want to do this works in a way for Full Understanding! ( I am newbie)
Please Guide me.
1- I must generate an [AST] (abstract sytax tree)
2- extract [Call-graph] from java source code(package) OR AST ,not
profilling the Class(byte code)
3- extruct [dependencies] from call graphs
4-generating [TASK GRAPH]
if there is any tools that can help me to do this as a case study please guid
me
Thanks before
--
BEST REGARDS ""
SADEGH
Return to the
comp.compilers page.
Search the
comp.compilers archives again.