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

Issue 19188002: Fix --deopt-every-n-times flag (Closed)

Created:
7 years, 5 months ago by Jakob Kummerow
Modified:
7 years, 5 months ago
CC:
v8-dev, titzer
Visibility:
Public.

Description

Fix --deopt-every-n-times flag (was broken since r15640) R=titzer@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=15669

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -3 lines) Patch
M src/arm/lithium-codegen-arm.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +2 lines, -1 line 1 comment Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Jakob Kummerow
Michael: PTAL. Ben: FYI.
7 years, 5 months ago (2013-07-15 13:06:35 UTC) #1
titzer
lgtm https://codereview.chromium.org/19188002/diff/1/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): https://codereview.chromium.org/19188002/diff/1/src/ia32/lithium-codegen-ia32.cc#newcode952 src/ia32/lithium-codegen-ia32.cc:952: ASSERT(frame_is_built_); Ah ha, missed this case. What about ...
7 years, 5 months ago (2013-07-15 13:08:22 UTC) #2
Jakob Kummerow
On 2013/07/15 13:08:22, titzer wrote: > What about x64? lithium-codegen-x64.cc:656: ASSERT(FLAG_deopt_every_n_times == 0); // Not ...
7 years, 5 months ago (2013-07-15 13:35:52 UTC) #3
Jakob Kummerow
Committed patchset #1 manually as r15669 (presubmit successful).
7 years, 5 months ago (2013-07-15 13:36:43 UTC) #4
Michael Starzinger
7 years, 5 months ago (2013-07-15 13:59:32 UTC) #5
Message was sent while issue was closed.
LGTM.

Powered by Google App Engine
This is Rietveld 408576698