Skip to content
Snippets Groups Projects
Commit 39937118 authored by Stepan Sindelar's avatar Stepan Sindelar
Browse files

[GR-2798] Update the GraalVM post installation message.

PullRequest: fastr/1595
parents 41eaef42 76ca4c9b
Branches
No related tags found
No related merge requests found
...@@ -309,7 +309,9 @@ mx_sdk.register_graalvm_component(mx_sdk.GraalVmLanguage( ...@@ -309,7 +309,9 @@ mx_sdk.register_graalvm_component(mx_sdk.GraalVmLanguage(
"The R component comes without native image by default. If you wish to build the native image, " + "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" + "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" + " ${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 " + "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.\n\n" + "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." "See http://www.graalvm.org/docs/reference-manual/languages/r for more."
)) ))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment