Skip to content

alcides/JParCompiler

Repository files navigation

JPar Compiler

This is a Java Source to Source compiler that automatically parallelizes Java code. The generated code runs on top of the Aeminium Runtime (http://github.com/AEminium/AeminiumRuntime/).

The compiler uses the Spoon Compiler Toolkit (http://spoon.gforge.inria.fr/).

This is part of the Æminium Project (http://aeminium.dei.uc.pt)

Author:
Alcides Fonseca <amaf@dei.uc.pt>

How to execute:

1) Clone (or download) the project.
2) Make sure the AeminiumRuntime and AeminiumFutures projects are at the same level as this one.
3) Add your Java code to the src folder.
4) Define the main-class in the build.xml file.
5) Execute `ant run`


Source Code Organization:

bin: User class files.
compiler: Compiler class files (bin for the compiler).
compiler-lib: Java libraries required for compiling the compiler.
compiler-src: Source for the Compiler
lib: User Java Libraries
spooned: Java Code generated by the compiler for the src directory.
src: User Java Code.
utils: Miscellaneous code.

About

Java to Parallel Java compiler, using the AeminiumRuntime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published