[all-commits] [llvm/llvm-project] e9014d: [ORC] Run incoming jit-dispatch calls via the Task...

lhames via All-commits all-commits at lists.llvm.org
Mon Nov 1 15:49:40 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e9014d97436505bdfb53aca33e7ed4cdbf3da1e3
      https://github.com/llvm/llvm-project/commit/e9014d97436505bdfb53aca33e7ed4cdbf3da1e3
  Author: Lang Hames <lhames at gmail.com>
  Date:   2021-11-01 (Mon, 01 Nov 2021)

  Changed paths:
    M llvm/lib/ExecutionEngine/Orc/SimpleRemoteEPC.cpp

  Log Message:
  -----------
  [ORC] Run incoming jit-dispatch calls via the TaskDispatcher in SimpleRemoteEPC.

Handlers for jit-dispatch calls are allowed to make their own EPC calls, so we
don't want to run these on the handler thread.




More information about the All-commits mailing list