X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=doc%2FREADME;h=0ce3bef19fd8079e35ef5fa97fe03382488c06b3;hb=0f15324ed952333e02398d760c31e32c68e1550a;hp=304764c6704e776be2214f23d8b701473549deba;hpb=f7c05de32e63dde99256615fe48ecf459a06cc4d;p=mate.git diff --git a/doc/README b/doc/README index 304764c..0ce3bef 100644 --- a/doc/README +++ b/doc/README @@ -5,9 +5,9 @@ libaries, namly `harpy' [1] and `hs-java' [2]. We use `hs-java' to parse Java Classfiles in order to get a Java Bytecode representation. Afterwards we perform a basic-block analysis and generate a -control-flow-graph (CFG). We apply several program-analysis, transformations +control-flow-graph (CFG). We apply several program-analyses, transformations and optimizations. Given the annotated CFG we emit native code with `harpy' -(i386) in a on demand manner. +(i386) in an on demand manner. At the moment we try to minimize effort, by focusing on essential features of the JVM, e.g. no exception handling.