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

Issue 17432004: Unify the Count Operation assignment with other assignments. (Closed)

Created:
7 years, 6 months ago by Toon Verwaest
Modified:
7 years, 5 months ago
Reviewers:
Sven Panne, danno
CC:
v8-dev
Visibility:
Public.

Description

Unify the Count Operation assignment with other assignments. This does not enable inlining of setters (yet). R=danno@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15578

Patch Set 1 #

Total comments: 3

Patch Set 2 : Addressed comments #

Patch Set 3 : Addressed danno's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -51 lines) Patch
M src/hydrogen.h View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M src/hydrogen.cc View 1 2 9 chunks +48 lines, -50 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Toon Verwaest
PTAL
7 years, 6 months ago (2013-06-20 11:37:13 UTC) #1
Sven Panne
https://codereview.chromium.org/17432004/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/17432004/diff/1/src/hydrogen.cc#newcode6416 src/hydrogen.cc:6416: if (result != value) Push(result); This comparison (and similar ...
7 years, 6 months ago (2013-06-24 06:58:13 UTC) #2
danno
https://codereview.chromium.org/17432004/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/17432004/diff/1/src/hydrogen.cc#newcode6416 src/hydrogen.cc:6416: if (result != value) Push(result); On 2013/06/24 06:58:13, Sven ...
7 years, 5 months ago (2013-06-27 08:34:10 UTC) #3
Toon Verwaest
Addressed comments. PTAL again.
7 years, 5 months ago (2013-07-08 09:26:30 UTC) #4
Toon Verwaest
Addressed comments, PTAL again.
7 years, 5 months ago (2013-07-09 08:52:17 UTC) #5
danno
lgtm https://codereview.chromium.org/17432004/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/17432004/diff/1/src/hydrogen.cc#newcode6515 src/hydrogen.cc:6515: if (result != value) Drop(1); This is a ...
7 years, 5 months ago (2013-07-09 16:22:04 UTC) #6
Toon Verwaest
7 years, 5 months ago (2013-07-09 17:08:52 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r15578 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698