Skip to content

Tags: eregon/graal

Tags

coro-1.0.0-rc10

Toggle coro-1.0.0-rc10's commit message
Add a way to reset the thread pool of ThreadCoroutineSupport

* Needed for context pre-initialization to avoid serializing idle
  threads in the thread pool, which SVM does not support.

coro-1.0.0-rc6

Toggle coro-1.0.0-rc6's commit message
Remove unnecessary Class#hashCode() in PropertyImpl#hashCode()

* This is currently problematic on SVM, and is not needed anyway.

graal-vm-0.23

Toggle graal-vm-0.23's commit message
[GR-3686] Select explict variant when making overloaded method call.

coro-0.25

Toggle coro-0.25's commit message
Coroutines: update test for Graal as the package changed

truffle-0.25

Toggle truffle-0.25's commit message
[GR-3395] TruffleMap should return null value for a missing key.

graal-vm-0.22

Toggle graal-vm-0.22's commit message
[GR-3395] TruffleMap should return null value for a missing key.

truffle-0.24

Toggle truffle-0.24's commit message
[GR-2826] Allow invoking "bind" on arbitrary native pointers.

graal-vm-0.21

Toggle graal-vm-0.21's commit message
[GR-2826] Allow invoking "bind" on arbitrary native pointers.

truffle-0.23

Toggle truffle-0.23's commit message
Merge pull request oracle#341 in G/truffle from ~MARTIN.ENTLICHER_ORA…

…CLE.COM/truffle:TruffleTCK_uselessArgs to master

* commit '84ca1b9e1f836a3702a5bc6f27ef54d1478d9175':
  Remove unused null argument to TCK functions.

graal-vm-0.20

Toggle graal-vm-0.20's commit message
Merge pull request oracle#341 in G/truffle from ~MARTIN.ENTLICHER_ORA…

…CLE.COM/truffle:TruffleTCK_uselessArgs to master

* commit '84ca1b9e1f836a3702a5bc6f27ef54d1478d9175':
  Remove unused null argument to TCK functions.