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

Issue 18078002: Type handling for special cases and optimization (Closed)

Created:
7 years, 5 months ago by danno
Modified:
7 years, 5 months ago
Reviewers:
rossberg
CC:
v8-dev
Visibility:
Public.

Description

Type handling for special cases and optimization R=rossberg@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=15366

Patch Set 1 #

Total comments: 2

Patch Set 2 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -3 lines) Patch
M src/types.h View 5 chunks +6 lines, -2 lines 0 comments Download
M src/types.cc View 1 3 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
danno
7 years, 5 months ago (2013-06-27 14:29:42 UTC) #1
rossberg
LGTM with comment https://codereview.chromium.org/18078002/diff/1/src/types.cc File src/types.cc (right): https://codereview.chromium.org/18078002/diff/1/src/types.cc#newcode134 src/types.cc:134: if (value->IsTheHole() || value->IsFalse()) return kAny; ...
7 years, 5 months ago (2013-06-27 14:42:11 UTC) #2
danno
Feedback addressed, landing https://codereview.chromium.org/18078002/diff/1/src/types.cc File src/types.cc (right): https://codereview.chromium.org/18078002/diff/1/src/types.cc#newcode134 src/types.cc:134: if (value->IsTheHole() || value->IsFalse()) return kAny; ...
7 years, 5 months ago (2013-06-27 14:44:23 UTC) #3
danno
7 years, 5 months ago (2013-06-27 15:31:56 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r15366 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698