Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Failed

Changes

Summary

  1. introduced CLEventList, an optimized nio collecton for storing CLEvents. (details)
  2. enforce client side "good behavior" by generating direct-memory-only (details)
Commit 3d01c2c74e282c19e9286d4f4509bef8302ca93e by Michael Bien
introduced CLEventList, an optimized nio collecton for storing CLEvents.
added hashCode() and equals() to CLEvent.
CLEvent support in CLCommandQueue.
Several NIO optimizations.
Commit 2c00ae70f73098653084e6852b4529f5e7c02f72 by Michael Bien
enforce client side "good behavior" by generating direct-memory-only bindings for performance critical functions.