From: Harald Steinlechner Date: Thu, 22 Mar 2012 15:41:55 +0000 (+0100) Subject: doc: fixed english grammar mistakes (an on demand manner, analyses is plural of analysis) X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mate.git;a=commitdiff_plain;h=1f739384e8a00cd1dd237cc4e5521d1eca339441 doc: fixed english grammar mistakes (an on demand manner, analyses is plural of analysis) --- 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.