Skip to content

Commit 326eb8b

Browse files
authored
Merge pull request #400 from c8ef/patch-1
update coreclr overview path
2 parents 8001ee9 + c94c5b7 commit 326eb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ The executable is "configurable" with environment variables:
422422
* 80K C lines (for LIBJIT w/o dynamic Pascal compiler) vs 20K C lines for MIR
423423
(excluding C to MIR compiler)
424424
* LIBJIT has fewer optimizations: only copy propagation and register allocation
425-
* [**RyuJIT**](https://github.com/dotnet/coreclr/blob/master/Documentation/botr/ryujit-overview.md)
425+
* [**RyuJIT**](https://github.com/dotnet/runtime/blob/main/docs/design/coreclr/jit/ryujit-overview.md)
426426
is a part of runtime for .NET Core:
427427
* RyuJIT is even bigger: 360K SLOC
428428
* RyuJIT optimizations is basically MIR-generator optimizations

0 commit comments

Comments
 (0)