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

Issue 10914222: Fixed CHECK failure in LCodeGen::DoWrapReceiver when --deopt-every-n-times flag is present (Closed)

Created:
8 years, 3 months ago by Jakob Kummerow
Modified:
8 years, 3 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Fixed CHECK failure in LCodeGen::DoWrapReceiver when --deopt-every-n-times flag is present BUG=148389 Committed: https://code.google.com/p/v8/source/detail?r=12486

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Jakob Kummerow
PTAL. The second changed line wouldn't actually have been necessary, but I didn't want this ...
8 years, 3 months ago (2012-09-12 08:35:11 UTC) #1
Yang
8 years, 3 months ago (2012-09-12 08:35:53 UTC) #2
On 2012/09/12 08:35:11, Jakob wrote:
> PTAL.
> 
> The second changed line wouldn't actually have been necessary, but I didn't
want
> this to be too brittle in case someone adds an instruction or two.
> 
> x64 is not affected.

LGTM.

Powered by Google App Engine
This is Rietveld 408576698