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

Issue 9467002: Some more speedup to the dominators tree building in heap profiler. (Closed)

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

Description

Some more speedup to the dominators tree building in heap profiler. Replace timestamps with affected bool vector. Timestamps could cause some entries marked as affected on iteration i, to be recalculated twice on iterations i and i+1. Which is redundant. BUG=none TEST=none Committed: https://code.google.com/p/v8/source/detail?r=10821

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -12 lines) Patch
M src/profile-generator.cc View 2 chunks +9 lines, -12 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
alexeif
Hi Misha, Could you please take a look.
8 years, 10 months ago (2012-02-24 10:34:54 UTC) #1
mnaganov (inactive)
8 years, 10 months ago (2012-02-24 11:12:40 UTC) #2
LGTM, I'll submit.

Powered by Google App Engine
This is Rietveld 408576698