Michael137 added a comment. On a release build, for a type instantiated with 50,000 distinct types I get the following results:
Benchmark 1: ./lldb-build-release-with-patch/bin/lldb a.out -o "b main" -o "r" -o "p b.sinkWrapper(b.getWrapper())" Time (mean ± σ): 7.594 s ± 0.124 s [User: 6.829 s, System: 0.369 s] Range (min … max): 7.381 s … 7.729 s 10 runs Benchmark 1: ./lldb-build-release-no-patch/bin/lldb a.out -o "b main" -o "r" -o "p b.sinkWrapper(b.getWrapper())" Time (mean ± σ): 7.333 s ± 0.087 s [User: 6.631 s, System: 0.308 s] Range (min … max): 7.180 s … 7.514 s 10 runs Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D143652/new/ https://reviews.llvm.org/D143652 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits