trufflesqueak icon indicating copy to clipboard operation
trufflesqueak copied to clipboard

Implement primitiveCalloutToFFI (primitive 120) and SqueakFFIPrims

Open fniephaus opened this issue 7 years ago • 1 comments

Only few SqueakFFIPrims are implemented so far. We probably want to use Truffle NFI for this.

fniephaus avatar Feb 21 '19 15:02 fniephaus

Looks like we can use -Djava.library.path=... to add lib/ as a library path for shared libraries: https://bugs.openjdk.java.net/browse/JDK-8213772 So there's not need to use absolute paths for libraries within the code.

fniephaus avatar Jul 16 '19 08:07 fniephaus