Skip to content

Commit

Permalink
Merge pull request #400 from c8ef/patch-1
Browse files Browse the repository at this point in the history
update coreclr overview path
  • Loading branch information
vnmakarov committed Jun 4, 2024
2 parents 8001ee9 + c94c5b7 commit 326eb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 326eb8b

Please sign in to comment.