Foreign Memory.kt implementation #98

Closed
CommanderTvis wants to merge 3 commits from foreign-memory into dev
CommanderTvis commented 2020-06-09 10:29:26 +03:00 (Migrated from github.com)

This is a draft of Foreign API memory implementation. Needs JDK 14 with jdk.incubator.foreign module.

ForeignMemory#copy function is terrible because it is int-limited (since it uses ByteArray).

closes #83

This is a draft of Foreign API memory implementation. Needs JDK 14 with jdk.incubator.foreign module. ForeignMemory#copy function is terrible because it is int-limited (since it uses ByteArray). closes #83
CommanderTvis commented 2020-06-09 22:34:17 +03:00 (Migrated from github.com)

Doesn't even work. Tested on http://jdk.java.net/14/.
image

Doesn't even work. Tested on http://jdk.java.net/14/. ![image](https://user-images.githubusercontent.com/38042667/84191511-ca24ad00-aac2-11ea-8bf6-9ee69faae178.png)
CommanderTvis commented 2020-06-11 20:17:52 +03:00 (Migrated from github.com)

It seems, we have to wait until Kotlin supports JDK 15.

It seems, we have to wait until Kotlin supports JDK 15.
CommanderTvis commented 2020-06-23 18:23:21 +03:00 (Migrated from github.com)

Migrated to Space

Migrated to Space

Pull request closed

Sign in to join this conversation.
No description provided.