|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.mdf.MdfConditions
The conditions for the dynamic scheduler
| Field Summary | |
DataAccessCondition |
access
The current data access conditions |
ExecutionDecisionCondition |
exec
The current execution decision conditions |
FinishCondition |
finish
The current finish conditions |
NonExecutionDecisionCondition |
nonExec
The current non-execution decision conditions |
| Constructor Summary | |
MdfConditions(MdfEnvironment e,
MacroFlowGraph g)
Constructor |
|
| Method Summary | |
(package private) int[] |
readyTasks()
Get the bit vector which means the ready tasks. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final ExecutionDecisionCondition exec
public final NonExecutionDecisionCondition nonExec
public final DataAccessCondition access
public final FinishCondition finish
| Constructor Detail |
public MdfConditions(MdfEnvironment e,
MacroFlowGraph g)
throws PassException
e - The environment of the MDF moduleg - The current macro flow graph
PassException - Any exceptions in it| Method Detail |
int[] readyTasks()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||