Skip to content

Commit

Permalink
Merge pull request #163 from lukego/readme-linux
Browse files Browse the repository at this point in the history
README.md: State more clearly that Linux is required
  • Loading branch information
lukego committed May 3, 2018
2 parents 9fb87d1 + 1d1dc9f commit f58daf9
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 f58daf9

Please sign in to comment.