Skip to content

Commit

Permalink
README.md: State more clearly that Linux is required
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed Apr 17, 2018
1 parent 8b04cd7 commit 1d1dc9f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1d1dc9f

Please sign in to comment.