From 0f15324ed952333e02398d760c31e32c68e1550a Mon Sep 17 00:00:00 2001 From: Harald Steinlechner Date: Thu, 22 Mar 2012 16:41:55 +0100 Subject: [PATCH] doc: fixed englisch grammar mistakes (an on demand manner, analyses is plural of analysis) --- doc/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.25.1