1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/include
Lang Hames 4ff3064797 [ORC] Generalize materialization dispatch to task dispatch.
Generalizing this API allows work to be distributed more evenly. In particular,
query callbacks can now be dispatched (rather than running immediately on the
thread that satisfied the query). This avoids the pathalogical case where an
operation on one thread satisfies many queries simultaneously, causing large
amounts of work to be run on that thread while other threads potentially sit
idle.
2021-05-09 19:19:39 -07:00
..
llvm [ORC] Generalize materialization dispatch to task dispatch. 2021-05-09 19:19:39 -07:00
llvm-c [ORC] Introduce C API for adding object buffers directly to an object layer. 2021-05-05 19:02:13 -07:00