Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndre Azevedo <andre.azevedo@gmail.com>2011-08-10 09:13:26 +0400
committerAndre Azevedo <andre.azevedo@gmail.com>2011-08-10 09:13:26 +0400
commit2cffaf222d44b737ecdfa4dfd87c2c86b743bb77 (patch)
tree579cdbadd17896eb393a91c88cc4338b9bc067e3 /docs
parent298a6c4ef99dea45508aebf177244eadbdc3c4ea (diff)
Corrected word spelling
Diffstat (limited to 'docs')
-rw-r--r--docs/ssapre.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ssapre.txt b/docs/ssapre.txt
index ed1f1ba13ba..d178e7dbb7a 100644
--- a/docs/ssapre.txt
+++ b/docs/ssapre.txt
@@ -1,4 +1,3 @@
-
SSAPRE stands for "SSA based Partial Redundancy Elimination".
The algorithm is explained in this paper:
@@ -242,7 +241,7 @@ Otherwise, the implementation is complete.
Other interesting issues are:
- SSAPRE has the assumption that:
- each SSA variable is related to one "original" (not SSA) variable, and
- - no more than one version of each originsl variable is live at the same time
+ - no more than one version of each original variable is live at the same time
in the CFG.
It would be better to relax these assumptions.
- SSAPRE operates on "syntactic" redundancies, not on "values".