We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8001ee9 + c94c5b7 commit 326eb8bCopy full SHA for 326eb8b
README.md
@@ -422,7 +422,7 @@ The executable is "configurable" with environment variables:
422
* 80K C lines (for LIBJIT w/o dynamic Pascal compiler) vs 20K C lines for MIR
423
(excluding C to MIR compiler)
424
* LIBJIT has fewer optimizations: only copy propagation and register allocation
425
- * [**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)
426
is a part of runtime for .NET Core:
427
* RyuJIT is even bigger: 360K SLOC
428
* RyuJIT optimizations is basically MIR-generator optimizations
0 commit comments