Skip to content

Commit

Permalink
Update the GraalVM post installation message
Browse files Browse the repository at this point in the history
(cherry picked from commit 76ca4c9)
  • Loading branch information
steve-s authored and ansalond committed Jun 29, 2018
1 parent 7286778 commit a19724d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mx.fastr/mx_fastr_dists.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,9 @@ def mx_register_dynamic_suite_constituents(register_project, register_distributi
"The R component comes without native image by default. If you wish to build the native image, " +
"which provides faster startup, but slightly slower peak performance, then run the following:\n" +
" ${graalvm_home}/jre/languages/R/bin/install_r_native_image\n\n" +
"The native image is then used by default. Pass '--jvm' flag to the R or Rscript launchers to " +
"use JVM instead of the native image.\n\n" +
"The native image is then used by default. Pass '--jvm' flag to the R or Rscript launcher to " +
"use JVM instead of the native image. Note that the native image is not stable yet and is intended for evaluation " +
"purposes and experiments. Some features may not work when the native image is installed, most notably the --polyglot switch. " +
"The native image can be uninstalled using the installation script with 'uninstall' argument.\n\n" +
"See http://www.graalvm.org/docs/reference-manual/languages/r for more."
))

0 comments on commit a19724d

Please sign in to comment.