[all-commits] [llvm/llvm-project] 0d944e: [ORC] Refactor TrampolinePool to reduce virtual fu...

lhames via All-commits all-commits at lists.llvm.org
Sun Jul 19 22:42:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0d944e00ea148a3f16bc7074827b79f6e7f84053
      https://github.com/llvm/llvm-project/commit/0d944e00ea148a3f16bc7074827b79f6e7f84053
  Author: Lang Hames <lhames at gmail.com>
  Date:   2020-07-19 (Sun, 19 Jul 2020)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
    M llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
    M llvm/include/llvm/ExecutionEngine/Orc/TargetProcessControl.h
    M llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp
    M llvm/lib/ExecutionEngine/Orc/TPCIndirectionUtils.cpp
    M llvm/unittests/ExecutionEngine/Orc/LegacyCompileOnDemandLayerTest.cpp

  Log Message:
  -----------
  [ORC] Refactor TrampolinePool to reduce virtual function calls.

Virtual function calls are now only made when the pool needs to be
grown to accommodate o new request.




More information about the All-commits mailing list