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

Issue 23198002: Fix Crankshafted CompareNil of constant values (Closed)

Created:
7 years, 4 months ago by danno
Modified:
7 years, 4 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Fix Crankshafted CompareNil of constant values R=jkummerow@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=16193

Patch Set 1 #

Total comments: 1

Patch Set 2 : Simpler fix #

Patch Set 3 : Fix both uses of handle_ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -9 lines) Patch
M src/hydrogen-instructions.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + test/mjsunit/constant-compare-nil-value.js View 1 chunk +9 lines, -7 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
danno
PTAL
7 years, 4 months ago (2013-08-14 15:40:00 UTC) #1
Jakob Kummerow
LGTM with nit. https://codereview.chromium.org/23198002/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/23198002/diff/1/src/hydrogen.cc#newcode1755 src/hydrogen.cc:1755: Object* constant_object = *(constant_value->handle()); nit: let's ...
7 years, 4 months ago (2013-08-14 15:45:20 UTC) #2
danno
7 years, 4 months ago (2013-08-14 16:10:49 UTC) #3
Jakob Kummerow
patch set 2 LGTM too.
7 years, 4 months ago (2013-08-14 16:11:52 UTC) #4
danno
7 years, 4 months ago (2013-08-14 16:14:08 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r16193.

Powered by Google App Engine
This is Rietveld 408576698