[all-commits] [llvm/llvm-project] 01683d: [orc-rt] Replace RunWrapperCall with generalized D...
Lang Hames via All-commits
all-commits at lists.llvm.org
Sun Jul 19 16:41:26 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01683dbe7e2071e8cc3aa2874e623259079aa1ae
https://github.com/llvm/llvm-project/commit/01683dbe7e2071e8cc3aa2874e623259079aa1ae
Author: Lang Hames <lhames at gmail.com>
Date: 2026-07-20 (Mon, 20 Jul 2026)
Changed paths:
M orc-rt/include/orc-rt/QueueingRunner.h
M orc-rt/include/orc-rt/Session.h
M orc-rt/lib/executor/Session.cpp
M orc-rt/test/unit/CommonTestUtils.h
M orc-rt/test/unit/InProcessControllerAccessTest.cpp
M orc-rt/test/unit/QueueingRunnerTest.cpp
Log Message:
-----------
[orc-rt] Replace RunWrapperCall with generalized Dispatch (#210591)
RunWrapperCall dispatched wrapper-function calls, but the Session also
needs to dispatch continuations for results returned by the controller.
Replace it with a generalized Dispatch mechanism (DispatchFn) that is
handed an opaque Task for each unit of work, covering both.
QueueingRunner is correspondingly simplified: it no longer knows
anything about wrapper functions and just enqueues the Task it is given.
Tests and the noDispatch helper are updated to the new interface.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list