-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Open
Labels
Description
There is a major difference in performance when debugging with lldb-18/lldb-19 over lldb-17, where our app (game) startup and teardown times increase almost tenfold (from under a second to multiple seconds).
Could be related to the slow symbol lookup in lldb-18 bug #64582 but it seems the fix is live in lldb-18/lldb-19 that we tested, so must be something else.
Not sure how we could help with resolving this, the repro steps is to just "lldb-18 " , then "run" and observe the different startup time compared to lldb-17.
Tested on lldb version 18.1.3 (slow perf), lldb version lldb 17.0.6 (fast perf).