[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:40:55 PDT 2021


kuperxu added a reviewer: aprantl.
kuperxu added a comment.

The main reason for the problem is that dyld has modified the _dyld_process_info_create function implementation, which has increased the function's time consumption significantly and caused a huge delay in attaching the program.


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