[Lldb-commits] [PATCH] D32832: Make ConstString creation and access lockfree
Scott Smith via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 3 15:04:29 PDT 2017
scott.smith added a comment.
Note, I don't expect you guys to want this as is, since the # of buckets can't grow, and thus for very large applications this will behave O(n) instead of O(1). Before I bother to convert this to 1M skip lists (instead of 1M singly linked lists), is this something you're at all interested in? It brings execution time of my test down from ~4.5s to ~3.5s (lldb -b -o 'b main' -o 'run' my_test_program).
Repository:
rL LLVM
https://reviews.llvm.org/D32832
More information about the lldb-commits
mailing list