diff options
author | Rich Lander <rlander@microsoft.com> | 2015-04-29 08:16:16 -0700 |
---|---|---|
committer | Rich Lander <rlander@microsoft.com> | 2015-04-29 08:16:16 -0700 |
commit | c89f458f1cdee635b292fe96a58e248c4323fac3 (patch) | |
tree | c2e1f0f48741de45de8decba9ecd58c4b0733f0a /Documentation/README.md | |
parent | a5adab2af7da4ca16995e8d8a48e81a56004913d (diff) | |
download | coreclr-c89f458f1cdee635b292fe96a58e248c4323fac3.tar.gz coreclr-c89f458f1cdee635b292fe96a58e248c4323fac3.tar.bz2 coreclr-c89f458f1cdee635b292fe96a58e248c4323fac3.zip |
Update README.md
- Add RyuJIT to the Documentation readme.
Diffstat (limited to 'Documentation/README.md')
-rw-r--r-- | Documentation/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/README.md b/Documentation/README.md index bbc550fe50..3443cbf604 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -27,6 +27,7 @@ Book of the Runtime - [Introduction to the Common Language Runtime](intro-to-clr.md) - [Garbage Collection Design](garbage-collection.md) - [Threading](threading.md) +- [RyuJIT Overview](ryujit-overview.md) - [Type System](type-system.md) - [Type Loader](type-loader.md) - [Method Descriptor](method-descriptor.md) |