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

Issue 11092075: HChange is only deletable under certain circumstances. (Closed)

Created:
8 years, 2 months ago by Sven Panne
Modified:
8 years, 2 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

HChange is only deletable under certain circumstances. R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=12702

Patch Set 1 #

Total comments: 2

Patch Set 2 : Broadened check #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -4 lines) Patch
M src/hydrogen-instructions.h View 1 3 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Starzinger
https://codereview.chromium.org/11092075/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/11092075/diff/1/src/hydrogen-instructions.h#newcode1296 src/hydrogen-instructions.h:1296: return !from().IsTagged() || (!to().IsDouble() && value()->type().IsSmi()); Why do we ...
8 years, 2 months ago (2012-10-11 13:48:43 UTC) #1
Sven Panne
Broadened check, PTAL... https://codereview.chromium.org/11092075/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/11092075/diff/1/src/hydrogen-instructions.h#newcode1296 src/hydrogen-instructions.h:1296: return !from().IsTagged() || (!to().IsDouble() && value()->type().IsSmi()); ...
8 years, 2 months ago (2012-10-11 14:11:49 UTC) #2
Michael Starzinger
8 years, 2 months ago (2012-10-11 14:13:35 UTC) #3
LGTM.

Powered by Google App Engine
This is Rietveld 408576698