From: Karel Zikmund Date: Thu, 8 Dec 2016 16:40:00 +0000 (-0800) Subject: Update glossary.md X-Git-Tag: submit/tizen/20210909.063632~11030^2~8679 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5565f84bcfc2ff31606c5890f68678a38a63d435;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Update glossary.md Commit migrated from https://github.com/dotnet/coreclr/commit/c28e5e8ff02744dc1e1cc1fa9b2563d24e643f9b --- diff --git a/docs/coreclr/project-docs/glossary.md b/docs/coreclr/project-docs/glossary.md index 6b13ba8..c735d51 100644 --- a/docs/coreclr/project-docs/glossary.md +++ b/docs/coreclr/project-docs/glossary.md @@ -15,6 +15,7 @@ As much as possible, we should link to the most authoritative and recent source * JIT: [Just-in-Time](https://github.com/dotnet/coreclr/blob/master/Documentation/botr/ryujit-overview.md) compiler. RyuJIT is the code name for the next generation Just-in-Time(aka "JIT") for the .NET runtime. * LCG: Lightweight Code Generation. An early name for [dynamic methods](https://github.com/dotnet/coreclr/blob/master/src/mscorlib/src/System/Reflection/Emit/DynamicMethod.cs). * NGen: Native Image Generator. +* NYI: Not Yet Implemented * PAL: [Platform Adaptation Layer](http://archive.oreilly.com/pub/a/dotnet/2002/03/04/rotor.html). Provides an abstraction layer between the runtime and the operating system * PE: Portable Executable. * ProjectN: Codename for the first version of [.NET Native for UWP](https://msdn.microsoft.com/en-us/vstudio/dotnetnative.aspx).