Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Issue 10006032: Use SortedListBSearch instead of custom one in heap profiler (Closed)

Created:
8 years, 8 months ago by yurys
Modified:
8 years, 8 months ago
CC:
v8-dev
Visibility:
Public.

Description

Use SortedListBSearch instead of custom one in heap profiler Committed: https://code.google.com/p/v8/source/detail?r=11252

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -24 lines) Patch
M src/list.h View 1 1 chunk +5 lines, -3 lines 0 comments Download
M src/list-inl.h View 1 2 chunks +17 lines, -6 lines 0 comments Download
M src/profile-generator.cc View 1 chunk +16 lines, -15 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
yurys
8 years, 8 months ago (2012-04-06 15:28:07 UTC) #1
mnaganov (inactive)
https://chromiumcodereview.appspot.com/10006032/diff/1/src/list-inl.h File src/list-inl.h (right): https://chromiumcodereview.appspot.com/10006032/diff/1/src/list-inl.h#newcode237 src/list-inl.h:237: int operator()(const T* elem) { Please rename the argument, ...
8 years, 8 months ago (2012-04-10 09:30:55 UTC) #2
yurys
https://chromiumcodereview.appspot.com/10006032/diff/1/src/list-inl.h File src/list-inl.h (right): https://chromiumcodereview.appspot.com/10006032/diff/1/src/list-inl.h#newcode237 src/list-inl.h:237: int operator()(const T* elem) { On 2012/04/10 09:30:55, Mikhail ...
8 years, 8 months ago (2012-04-10 09:42:34 UTC) #3
mnaganov (inactive)
8 years, 8 months ago (2012-04-10 09:45:43 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698