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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to