[all-commits] [llvm/llvm-project] 4141bb: [ORC] Avoid SymbolStringPtr copies in DynamicLibra...

lhames via All-commits all-commits at lists.llvm.org
Fri Oct 25 18:19:32 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4141bb50a871c28ed7504e88e4ddb4f924a93bce
      https://github.com/llvm/llvm-project/commit/4141bb50a871c28ed7504e88e4ddb4f924a93bce
  Author: Lang Hames <lhames at gmail.com>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h

  Log Message:
  -----------
  [ORC] Avoid SymbolStringPtr copies in DynamicLibrarySearchGenerator predicate.

Pass SymbolStringPtr by const-ref to avoid copies (which require atomic
ref-count operations).




More information about the All-commits mailing list