DescriptionReplace qsort with std::sort.
std::sort is a template, so it can be inlined more aggressively. Also, it's
O(n log n), while libc's qsort is O(n^2)
BUG=2639
Committed: http://code.google.com/p/v8/source/detail?r=14406
Patch Set 1 #Patch Set 2 : updates #Patch Set 3 : updates #Patch Set 4 : rebase #
Total comments: 4
Patch Set 5 : updates #
Messages
Total messages: 7 (0 generated)
|