From 1b5c2f27d933450f63e9215ce4bba0d321b23bdc Mon Sep 17 00:00:00 2001 From: Luke Gorrie Date: Mon, 21 Aug 2017 08:59:36 +0200 Subject: [PATCH] fixup! README: Added note about future platform support --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c86a39c35f..2955eaeafc 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,9 @@ The development process has to support moving quickly in these directions: - Streamlined codebase: x86-64 architecture, 64-bit heap (GC64), "no `#ifdef`." - Distributed development ("Linux-style") with many maintainers, forks, and merges. -Once these requirements are thoroughly satisfied then ports to new -architectures (e.g. ARM64) can be (re)introduced together with full CI -test and benchmark coverage. The x86-64 platform restriction is to -make development more fluid in the meantime. +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. ### Performance