Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2022-01-28 15:09:14 +0300
committerGitHub <noreply@github.com>2022-01-28 15:09:14 +0300
commitb4147e66c9c8f816c6764c9de9926150d4f68a22 (patch)
tree8ac32d99ae2be4baac2d9b0960a453d3832205ac /docs
parent052e24110f232f9abd6a5e5d4cb4a610dc20c237 (diff)
Remove Native AOT pointer to runtimelab (#64429)
Diffstat (limited to 'docs')
-rw-r--r--docs/project/glossary.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/project/glossary.md b/docs/project/glossary.md
index 9104049e947..28fed9e8e16 100644
--- a/docs/project/glossary.md
+++ b/docs/project/glossary.md
@@ -187,8 +187,7 @@ by Mono runtime in environments that allow fallback to JIT or need IL interprete
[Native AOT](https://github.com/dotnet/designs/blob/main/accepted/2020/form-factors.md#native-aot-form-factors) is
a .NET runtime form factor with key performance characteristics (startup time, binary size and steady state throughput and predictability)
-competitive with statically compiled languages. A .NET runtime flavor based on CoreCLR with these characteristics is being developed as
-experimental project in [dotnet/runtimelab](https://github.com/dotnet/runtimelab/tree/feature/NativeAOT) repo.
+competitive with statically compiled languages.
## Frameworks