From 5f148f49a3afb64ab80f6bd4b526387ef86395ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Fri, 28 Jan 2022 13:56:55 +0900 Subject: [PATCH] Remove Native AOT pointer to runtimelab --- docs/project/glossary.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/project/glossary.md b/docs/project/glossary.md index 9104049e947ec1..28fed9e8e160d5 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