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)
Commit migrated from https://github.com/dotnet/coreclr/commit/02ae52f495edae9ec40fdee088524a922197ce72

docs/coreclr/botr/ryujit-overview.md

index ee84a9a..02f7d49 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: