diff options
author | Karel Zikmund <karelz@users.noreply.github.com> | 2017-01-28 09:06:43 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-28 09:06:43 -0800 |
commit | 9bcc3cefcd46769a0596e6192e0d61eecfd393e4 (patch) | |
tree | d964d8b91479ed771488b8a52b16bbfc940eda4e | |
parent | cff36bfdfaa459cd3c0f79b75e9a4f834bb6e2a8 (diff) | |
download | coreclr-9bcc3cefcd46769a0596e6192e0d61eecfd393e4.tar.gz coreclr-9bcc3cefcd46769a0596e6192e0d61eecfd393e4.tar.bz2 coreclr-9bcc3cefcd46769a0596e6192e0d61eecfd393e4.zip |
Update glossary.md
-rw-r--r-- | Documentation/project-docs/glossary.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/project-docs/glossary.md b/Documentation/project-docs/glossary.md index 4f215cc2eb..d3960287a8 100644 --- a/Documentation/project-docs/glossary.md +++ b/Documentation/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. |