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

Issue 910002: Start migrating profiles processing to C++. (Closed)

Created:
10 years, 9 months ago by mnaganov (inactive)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Start migrating profiles processing to C++. Adding code for maintaining (address -> name) mapping and building call trees. Committed: http://code.google.com/p/v8/source/detail?r=4131

Patch Set 1 #

Total comments: 14

Patch Set 2 : Comments addressed #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1095 lines, -20 lines) Patch
M src/SConscript View 1 chunk +1 line, -0 lines 0 comments Download
A src/profile-generator.h View 1 1 chunk +233 lines, -0 lines 0 comments Download
A src/profile-generator.cc View 1 1 chunk +295 lines, -0 lines 2 comments Download
A src/profile-generator-inl.h View 1 1 chunk +88 lines, -0 lines 0 comments Download
M src/splay-tree.h View 2 chunks +12 lines, -0 lines 0 comments Download
M src/splay-tree-inl.h View 4 chunks +54 lines, -20 lines 0 comments Download
M test/cctest/SConscript View 1 chunk +1 line, -0 lines 0 comments Download
A test/cctest/test-profile-generator.cc View 1 1 chunk +362 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/v8.xcodeproj/project.pbxproj View 5 chunks +10 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_base.vcproj View 1 chunk +12 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_base_arm.vcproj View 1 chunk +12 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_base_x64.vcproj View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
mnaganov (inactive)
10 years, 9 months ago (2010-03-12 14:12:49 UTC) #1
Søren Thygesen Gjesse
LGTM http://codereview.chromium.org/910002/diff/1/2 File src/SConscript (right): http://codereview.chromium.org/910002/diff/1/2#newcode83 src/SConscript:83: profile-generator.cc Please remember the other project files below ...
10 years, 9 months ago (2010-03-15 10:32:34 UTC) #2
mnaganov (inactive)
Thanks! http://codereview.chromium.org/910002/diff/1/2 File src/SConscript (right): http://codereview.chromium.org/910002/diff/1/2#newcode83 src/SConscript:83: profile-generator.cc On 2010/03/15 10:32:34, Søren Gjesse wrote: > ...
10 years, 9 months ago (2010-03-15 12:54:37 UTC) #3
Finnur
http://codereview.chromium.org/910002/diff/10001/src/profile-generator.cc File src/profile-generator.cc (right): http://codereview.chromium.org/910002/diff/10001/src/profile-generator.cc#newcode143 src/profile-generator.cc:143: callback->AfterChildTraversed(parent.node, current.node); If the callback is a DeleteNodesCallback, then ...
9 years, 9 months ago (2011-03-25 15:18:48 UTC) #4
mnaganov (inactive)
http://codereview.chromium.org/910002/diff/10001/src/profile-generator.cc File src/profile-generator.cc (right): http://codereview.chromium.org/910002/diff/10001/src/profile-generator.cc#newcode143 src/profile-generator.cc:143: callback->AfterChildTraversed(parent.node, current.node); On 2011/03/25 15:18:48, Finnur wrote: > If ...
9 years, 9 months ago (2011-03-28 08:16:37 UTC) #5
Søren Thygesen Gjesse
9 years, 9 months ago (2011-03-28 09:24:03 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698