summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorIonut Tamas <tamash_ionut@hotmail.com>2017-03-24 13:58:53 +0200
committerGitHub <noreply@github.com>2017-03-24 13:58:53 +0200
commit02ae52f495edae9ec40fdee088524a922197ce72 (patch)
tree8c56cfedfaeb33f477c5a71bcceabc43f40fc131 /Documentation
parente1b0f8a1d353d41de515c4cc219339b220714777 (diff)
downloadcoreclr-02ae52f495edae9ec40fdee088524a922197ce72.tar.gz
coreclr-02ae52f495edae9ec40fdee088524a922197ce72.tar.bz2
coreclr-02ae52f495edae9ec40fdee088524a922197ce72.zip
Update ryujit-overview.md
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/botr/ryujit-overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/botr/ryujit-overview.md b/Documentation/botr/ryujit-overview.md
index ee84a9a9dc..02f7d497e4 100644
--- a/Documentation/botr/ryujit-overview.md
+++ b/Documentation/botr/ryujit-overview.md
@@ -236,7 +236,7 @@ Utilizes value numbers to propagate and transform based on properties such as no
Optimize array index range checks based on value numbers and assertions.
-## <a name=rationalization"/>Rationalization
+## <a name="rationalization"/>Rationalization
As the JIT has evolved, changes have been made to improve the ability to reason over the tree in both “tree order” and “linear order”. These changes have been termed the “rationalization” of the IR. In the spirit of reuse and evolution, some of the changes have been made only in the later (“backend”) components of the JIT. The corresponding transformations are made to the IR by a “Rationalizer” component. It is expected that over time some of these changes will migrate to an earlier place in the JIT phase order: