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

Issue 19383002: Make deoptimization stress count global. (Closed)

Created:
7 years, 5 months ago by Michael Achenbach
Modified:
7 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

Make deoptimization stress count global. Store the deopt stress counter per isolate instead of per shared function info. The old field is removed. Enable output of the counter value with a new flag. R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15739

Patch Set 1 #

Total comments: 3

Patch Set 2 : Review. #

Patch Set 3 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -31 lines) Patch
M src/assembler.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/assembler.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/heap.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 1 chunk +6 lines, -14 lines 0 comments Download
M src/isolate.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M src/isolate.cc View 1 3 chunks +8 lines, -1 line 0 comments Download
M src/objects.h View 1 2 3 chunks +2 lines, -9 lines 0 comments Download
M src/objects-inl.h View 1 2 2 chunks +2 lines, -6 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Michael Achenbach
PTAL
7 years, 5 months ago (2013-07-16 14:23:44 UTC) #1
danno
https://codereview.chromium.org/19383002/diff/1/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): https://codereview.chromium.org/19383002/diff/1/src/ia32/lithium-codegen-ia32.cc#newcode935 src/ia32/lithium-codegen-ia32.cc:935: ExternalReference count = ExternalReference::stress_deopt_count(isolate()); For extra points: Put this ...
7 years, 5 months ago (2013-07-16 14:47:00 UTC) #2
Michael Starzinger
LGTM (if comments are addressed). https://codereview.chromium.org/19383002/diff/1/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/19383002/diff/1/src/flag-definitions.h#newcode256 src/flag-definitions.h:256: DEFINE_bool(trace_deopt_stress, false, "trace number ...
7 years, 5 months ago (2013-07-16 15:23:35 UTC) #3
Michael Achenbach
PTAL at patch 2. - Changed flag name to "print" - Removed SMI conversion to ...
7 years, 5 months ago (2013-07-17 16:05:21 UTC) #4
Michael Starzinger
Still LGTM from my end.
7 years, 5 months ago (2013-07-17 17:08:38 UTC) #5
Michael Achenbach
7 years, 5 months ago (2013-07-18 08:12:08 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r15739 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698