Skip to content

Commit

Permalink
Move note about different backends and features to top
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouq committed Mar 18, 2014
1 parent 6751dd9 commit 741dcbf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ that would normally come with a full Perl 6 distribution. If you're
after more than just the bare compiler, please download [the latest
Rakudo Star package](http://rakudo.org/downloads/star).

For a high-level overview of implemented and missing features,
Note that different backends implement slightly different sets of
featurs. For a high-level overview of implemented and missing features,
please visit <http://perl6.org/compilers/features>.

## Building and Installing Rakudo
Expand Down Expand Up @@ -47,9 +48,6 @@ download an build a fresh NQP, run:

perl Configure.pl --gen-nqp --backends=jvm

Note that Rakudo on JVM implements a slightly different set of features
than Rakudo on Parrot.

If you get an out of memory error building rakudo on the JVM, you may
need to modify your NQP runner to limit memory use. e.g. Adding
`-Xms500m -Xmx2g` as options passed to java in the installed nqp / nqp.bat.
Expand Down

0 comments on commit 741dcbf

Please sign in to comment.