From 63478ab16cbf662d6dd992931cde8be5e2bbbce9 Mon Sep 17 00:00:00 2001 From: Ionut Tamas Date: Fri, 24 Mar 2017 13:58:53 +0200 Subject: [PATCH] Update ryujit-overview.md Commit migrated from https://github.com/dotnet/coreclr/commit/02ae52f495edae9ec40fdee088524a922197ce72 --- docs/coreclr/botr/ryujit-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/coreclr/botr/ryujit-overview.md b/docs/coreclr/botr/ryujit-overview.md index ee84a9a..02f7d49 100644 --- a/docs/coreclr/botr/ryujit-overview.md +++ b/docs/coreclr/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. -## 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: -- 2.7.4