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

Issue 8357004: Add flag to tracing element kind transitions (Closed)

Created:
9 years, 2 months ago by danno
Modified:
9 years, 2 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add flag to trace element kind transitions Currently only traces transitions from generated ia32 code. BUG=none TEST=none Committed: http://code.google.com/p/v8/source/detail?r=9715

Patch Set 1 #

Patch Set 2 : fix nits #

Total comments: 6

Patch Set 3 : Significantly simplify implementation #

Patch Set 4 : disable flags by default #

Patch Set 5 : disable flags #

Unified diffs Side-by-side diffs Delta from patch set Stats (+374 lines, -266 lines) Patch
M src/code-stubs.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/code-stubs.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/flag-definitions.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/frames.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/frames.cc View 1 2 3 1 chunk +63 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 5 chunks +208 lines, -192 lines 0 comments Download
M src/objects.h View 1 2 3 3 chunks +8 lines, -0 lines 0 comments Download
M src/objects.cc View 1 2 3 12 chunks +61 lines, -11 lines 0 comments Download
M src/objects-inl.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 2 3 2 chunks +19 lines, -60 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
danno
PTAL.
9 years, 2 months ago (2011-10-19 15:31:15 UTC) #1
Jakob Kummerow
LGTM with nits. http://codereview.chromium.org/8357004/diff/4001/src/flag-definitions.h File src/flag-definitions.h (right): http://codereview.chromium.org/8357004/diff/4001/src/flag-definitions.h#newcode531 src/flag-definitions.h:531: DEFINE_bool(trace_element_transitions, false, "print element transitions") For ...
9 years, 2 months ago (2011-10-19 16:02:28 UTC) #2
danno
http://codereview.chromium.org/8357004/diff/4001/src/flag-definitions.h File src/flag-definitions.h (right): http://codereview.chromium.org/8357004/diff/4001/src/flag-definitions.h#newcode531 src/flag-definitions.h:531: DEFINE_bool(trace_element_transitions, false, "print element transitions") On 2011/10/19 16:02:28, Jakob ...
9 years, 2 months ago (2011-10-20 08:51:16 UTC) #3
Jakob Kummerow
LGTM
9 years, 2 months ago (2011-10-20 09:23:47 UTC) #4
Yang
9 years, 2 months ago (2011-10-20 09:26:25 UTC) #5
On 2011/10/20 09:23:47, Jakob wrote:
> LGTM

Rubberstamped LGTM.

Powered by Google App Engine
This is Rietveld 408576698