-
- Downloads
Fixed SEGFAULT bug when running TestAppsSnowfall with package installation.
- The reason was the renaming of emthod 'getc' to 'read'. The method is called (by name) from native code. Implemented option to disable the cache (by setting its size to 0). This is required for socket connections in order to not block the whole application. Introduced method 'seekInternal' to be able to call 'invalidateCache' on seeking in base class.
Showing
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/RError.java 1 addition, 1 deletion...le.r.runtime/src/com/oracle/truffle/r/runtime/RError.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/ConnectionSupport.java 3 additions, 3 deletions.../com/oracle/truffle/r/runtime/conn/ConnectionSupport.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/DelegateRConnection.java 68 additions, 35 deletions...om/oracle/truffle/r/runtime/conn/DelegateRConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/DelegateReadRConnection.java 4 additions, 0 deletions...racle/truffle/r/runtime/conn/DelegateReadRConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/DelegateReadWriteRConnection.java 4 additions, 0 deletions.../truffle/r/runtime/conn/DelegateReadWriteRConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/DelegateWriteRConnection.java 2 additions, 2 deletions...acle/truffle/r/runtime/conn/DelegateWriteRConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/FileConnections.java 7 additions, 10 deletions...rc/com/oracle/truffle/r/runtime/conn/FileConnections.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/RConnection.java 5 additions, 2 deletions...me/src/com/oracle/truffle/r/runtime/conn/RConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/RawConnections.java 5 additions, 6 deletions...src/com/oracle/truffle/r/runtime/conn/RawConnections.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/SocketConnections.java 2 additions, 2 deletions.../com/oracle/truffle/r/runtime/conn/SocketConnections.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/StdConnections.java 2 additions, 2 deletions...src/com/oracle/truffle/r/runtime/conn/StdConnections.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/TextConnections.java 2 additions, 2 deletions...rc/com/oracle/truffle/r/runtime/conn/TextConnections.java
- com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/library/base/TestConnections.java 1 addition, 1 deletion...m/oracle/truffle/r/test/library/base/TestConnections.java
Loading
Please register or sign in to comment