-
- Downloads
Support optional build of FastR native image in GraalVM
* merge RCommand and RScript into single launcher RMain * add script install_r_native_image that builds FastR with native-image tool and updates the bash launchers
Showing
- com.oracle.truffle.r.engine/src/com/oracle/truffle/r/engine/RRuntimeASTAccessImpl.java 8 additions, 8 deletions...rc/com/oracle/truffle/r/engine/RRuntimeASTAccessImpl.java
- com.oracle.truffle.r.engine/src/com/oracle/truffle/r/engine/shell/REmbedded.java 3 additions, 3 deletions...gine/src/com/oracle/truffle/r/engine/shell/REmbedded.java
- com.oracle.truffle.r.engine/src/com/oracle/truffle/r/engine/shell/RMain.java 0 additions, 72 deletions...r.engine/src/com/oracle/truffle/r/engine/shell/RMain.java
- com.oracle.truffle.r.launcher/src/com/oracle/truffle/r/launcher/ConsoleHandler.java 64 additions, 4 deletions...her/src/com/oracle/truffle/r/launcher/ConsoleHandler.java
- com.oracle.truffle.r.launcher/src/com/oracle/truffle/r/launcher/JLineConsoleCompleter.java 1 addition, 1 deletion.../com/oracle/truffle/r/launcher/JLineConsoleCompleter.java
- com.oracle.truffle.r.launcher/src/com/oracle/truffle/r/launcher/JLineConsoleHandler.java 1 addition, 1 deletion...rc/com/oracle/truffle/r/launcher/JLineConsoleHandler.java
- com.oracle.truffle.r.launcher/src/com/oracle/truffle/r/launcher/RCmdOptions.java 16 additions, 1 deletion...uncher/src/com/oracle/truffle/r/launcher/RCmdOptions.java
- com.oracle.truffle.r.launcher/src/com/oracle/truffle/r/launcher/REPL.java 15 additions, 174 deletions...le.r.launcher/src/com/oracle/truffle/r/launcher/REPL.java
- com.oracle.truffle.r.launcher/src/com/oracle/truffle/r/launcher/RMain.java 410 additions, 0 deletions...e.r.launcher/src/com/oracle/truffle/r/launcher/RMain.java
- com.oracle.truffle.r.launcher/src/com/oracle/truffle/r/launcher/RStartParams.java 2 additions, 2 deletions...ncher/src/com/oracle/truffle/r/launcher/RStartParams.java
- com.oracle.truffle.r.launcher/src/com/oracle/truffle/r/launcher/RscriptCommand.java 0 additions, 165 deletions...her/src/com/oracle/truffle/r/launcher/RscriptCommand.java
- com.oracle.truffle.r.native/run/Makefile 2 additions, 0 deletionscom.oracle.truffle.r.native/run/Makefile
- com.oracle.truffle.r.native/run/install_r_native_image 61 additions, 0 deletionscom.oracle.truffle.r.native/run/install_r_native_image
- com.oracle.truffle.r.release/src/R_legacy 3 additions, 1 deletioncom.oracle.truffle.r.release/src/R_legacy
- com.oracle.truffle.r.release/src/Rscript_legacy 3 additions, 1 deletioncom.oracle.truffle.r.release/src/Rscript_legacy
- mx.fastr/mx_fastr.py 5 additions, 5 deletionsmx.fastr/mx_fastr.py
- mx.fastr/mx_fastr_dists.py 1 addition, 0 deletionsmx.fastr/mx_fastr_dists.py
- mx.fastr/native-image.properties 9 additions, 3 deletionsmx.fastr/native-image.properties
- mx.fastr/suite.py 8 additions, 0 deletionsmx.fastr/suite.py
Loading
Please register or sign in to comment