|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.driver.Driver
coins.mdf.CoCo
CoCo - Coarse Grain Parallelization Compiler by using COINS
CoCo is a compiler driver which generates coarse grain parallelized code.
It uses an extra compiler for code generation. The extra compiler should
be able to handle the OpenMP pragma.
| Field Summary | |
protected static java.lang.String |
DEFAULT_OMPC_NAME
The default name of the extra compile |
protected java.lang.String |
myName
The name of this compiler driver |
protected static java.lang.String |
OMPC_NAME_OPTION
The name of the options for this compiler driver |
| Constructor Summary | |
CoCo()
|
|
| Method Summary | |
void |
compile(java.io.File sourceFile,
Suffix suffix,
java.io.InputStream in,
java.io.OutputStream out,
IoRoot io)
Compile the source code. |
static void |
main(java.lang.String[] args)
Main |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String myName
protected static final java.lang.String DEFAULT_OMPC_NAME
protected static final java.lang.String OMPC_NAME_OPTION
| Constructor Detail |
public CoCo()
| Method Detail |
public void compile(java.io.File sourceFile,
Suffix suffix,
java.io.InputStream in,
java.io.OutputStream out,
IoRoot io)
throws java.io.IOException,
PassException
compile in interface CompilerImplementationcompile in class DriversourceFile - The source filesuffix - The suffix rulesin - The input stream for this compiler driverout - The ouput stream of this compiler driverio - The IoRoot of this compiler driver
java.io.IOException - Any IO exception
PassException - Any exception during compilepublic static void main(java.lang.String[] args)
args - The argument for this compiler driver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||