[Lldb-commits] [PATCH] D102833: [debugserver]Add platform cache support to improve performance.Under BigSur 11.3 this function causes a performance loss of 0.68s per execution.

kuperxu via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 20 02:53:50 PDT 2021


kuperxu added a comment.

Currently the main time consuming performance is when loading the executable. In the MachProcess::GetMachOInformationFromMemory function if the executable has 100 load_command, then the function _dyld_process_info_create will be executed 100 times


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102833/new/

https://reviews.llvm.org/D102833



More information about the lldb-commits mailing list