Skip to content

Commit

Permalink
README: Added note about future platform support
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed Aug 21, 2017
1 parent 7c2a11e commit cc5668b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ 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.

### Performance

RaptorJIT takes a quantitive approach to performance. The value of an
Expand Down

0 comments on commit cc5668b

Please sign in to comment.