diff options
author | Bruce Forstall <brucefo@microsoft.com> | 2015-05-13 15:40:12 -0700 |
---|---|---|
committer | Bruce Forstall <brucefo@microsoft.com> | 2015-05-19 16:14:36 -0700 |
commit | 0d8da106217798ebea258b693ed28c47b44909f8 (patch) | |
tree | 734094f2ba8ff2eba9cdb34c9a57b0b33d2d53ae /Documentation/README.md | |
parent | 4836b895c88af16637aa60f348f8702db86ccb94 (diff) | |
download | coreclr-0d8da106217798ebea258b693ed28c47b44909f8.tar.gz coreclr-0d8da106217798ebea258b693ed28c47b44909f8.tar.bz2 coreclr-0d8da106217798ebea258b693ed28c47b44909f8.zip |
Add JIT Coding Conventions document in markdown format
Diffstat (limited to 'Documentation/README.md')
-rw-r--r-- | Documentation/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/README.md b/Documentation/README.md index ebabb523f4..e31fd87c24 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -48,6 +48,10 @@ Book of the Runtime - [.NET Standards (Ecma)](dotnet-standards.md) - [Cross Platform Performance and Eventing Design](cross-platform-performance-and-eventing.md) +RyuJIT Specs +============= +- [CLR JIT Coding Conventions](CLR_JIT_Coding_Conventions.md) + Decoder Rings ============= |