-
- Downloads
NFI Context can deal with being accessed from multiple threads
There is fast-path implementation that handles single thread case until another thread appears in which case we transfer to interpreter, invalidate, and fallback to more generic implementation.
Showing
- com.oracle.truffle.r.ffi.impl/src/com/oracle/truffle/r/ffi/impl/nfi/TruffleNFI_Context.java 33 additions, 7 deletions...com/oracle/truffle/r/ffi/impl/nfi/TruffleNFI_Context.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/context/TruffleRLanguage.java 0 additions, 7 deletions...om/oracle/truffle/r/runtime/context/TruffleRLanguage.java
Loading
Please register or sign in to comment