Update glossary.md
authorKarel Zikmund <karelz@users.noreply.github.com>
Thu, 8 Dec 2016 16:40:00 +0000 (08:40 -0800)
committerGitHub <noreply@github.com>
Thu, 8 Dec 2016 16:40:00 +0000 (08:40 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/c28e5e8ff02744dc1e1cc1fa9b2563d24e643f9b

docs/coreclr/project-docs/glossary.md

index 6b13ba8..c735d51 100644 (file)
@@ -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).