From 1d1dc9f49adb926c155fafc2b1fab9dcbf32f4af Mon Sep 17 00:00:00 2001 From: Luke Gorrie Date: Tue, 17 Apr 2018 13:37:22 +0000 Subject: [PATCH] README.md: State more clearly that Linux is required --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe8e2a7c76..2b335839d5 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,13 @@ Making performance predictable for application developers brings new requirement The development process has to support moving quickly in these directions: - Quality assurance based on repeatable standard benchmarks executed by CI. -- Streamlined codebase: x86-64 architecture, 64-bit heap (GC64), "no `#ifdef`." -- Distributed development ("Linux-style") with many maintainers, forks, and merges. +- Streamlined codebase: x86-64 architecture, Linux kernel, 64-bit heap (GC64), "no `#ifdef`." +- Distributed development with many maintainers, forks, and merges. Once these requirements have been thoroughly satisfied then new -requirements can be introduced. For example, ARM64 and other platforms -can be supported as the project matures. +requirements can be introduced. For example, new architectures like +ARM64 and operating systems like MacOS can be supported as the project +matures. ### Performance