Update ryujit-overview.md
authorIonut Tamas <tamash_ionut@hotmail.com>
Fri, 24 Mar 2017 11:58:53 +0000 (13:58 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Mar 2017 11:58:53 +0000 (13:58 +0200)
Documentation/botr/ryujit-overview.md

index ee84a9a9dc801dfab079c107ad0a58d30e3ec994..02f7d497e4d1a786e1d854463e3ce8dc6c0c6154 100644 (file)
@@ -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: