From: Karel Zikmund Date: Sat, 28 Jan 2017 17:06:43 +0000 (-0800) Subject: Update glossary.md X-Git-Tag: submit/tizen/20210909.063632~11030^2~8296 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=951fd4bf51bd8581e9af195ce5460c73a5b1b2a9;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Update glossary.md Commit migrated from https://github.com/dotnet/coreclr/commit/9bcc3cefcd46769a0596e6192e0d61eecfd393e4 --- diff --git a/docs/coreclr/project-docs/glossary.md b/docs/coreclr/project-docs/glossary.md index 4f215cc..d396028 100644 --- a/docs/coreclr/project-docs/glossary.md +++ b/docs/coreclr/project-docs/glossary.md @@ -22,7 +22,7 @@ As much as possible, we should link to the most authoritative and recent source * ReadyToRun: A flavor of native images - command line switch of [crossgen](../building/crossgen.md). * Redhawk: Codename for experimental minimal managed code runtime that evolved into [CoreRT](https://github.com/dotnet/corert/). * SOS: [Son of Strike](http://blogs.msdn.com/b/jasonz/archive/2003/10/21/53581.aspx). The debugging extension for DbgEng based debuggers. Uses the DAC as an abstraction layer for its operation. -* SuperPMI: JIT component test framework (super fast JIT testing - it mocks/replays EE in EE-JIT interface). +* SuperPMI: JIT component test framework (super fast JIT testing - it mocks/replays EE in EE-JIT interface) - see [SuperPMI details](https://github.com/dotnet/coreclr/blob/master/src/ToolBox/superpmi/readme.txt). * SVR: The CLR used to be built as two variants, with one called "mscorsvr.dll", to mean the "server" version. In particular, it contained the server GC implementation, which was intended for multi-threaded apps capable of taking advantage of multiple processors. In the .NET Framework 2 release, the two variants were merged into "mscorwks.dll". The WKS version was the default, however the SVR version remained available. * TPA: Trusted Platform Assemblies used to be a special set of assemblies that comprised the platform assemblies, when it was originally designed. As of today, it is simply the set of assemblies known to constitute the application. * URT: Universal Runtime. Ancient name for what ended up being .NET, is used in the WinError facility name FACILITY_URT.