From c94c5b70d984d1f0dac6a889c9886446517f1d36 Mon Sep 17 00:00:00 2001 From: c8ef Date: Sun, 2 Jun 2024 12:24:53 +0800 Subject: [PATCH] update coreclr overview path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f56a1500c0..3a0788cf08 100644 --- a/README.md +++ b/README.md @@ -422,7 +422,7 @@ The executable is "configurable" with environment variables: * 80K C lines (for LIBJIT w/o dynamic Pascal compiler) vs 20K C lines for MIR (excluding C to MIR compiler) * LIBJIT has fewer optimizations: only copy propagation and register allocation - * [**RyuJIT**](https://github.com/dotnet/coreclr/blob/master/Documentation/botr/ryujit-overview.md) + * [**RyuJIT**](https://github.com/dotnet/runtime/blob/main/docs/design/coreclr/jit/ryujit-overview.md) is a part of runtime for .NET Core: * RyuJIT is even bigger: 360K SLOC * RyuJIT optimizations is basically MIR-generator optimizations