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

Issue 437393005: Extend some operations to range types. (Closed)

Created:
6 years, 4 months ago by neis
Modified:
6 years, 4 months ago
Reviewers:
rossberg
Project:
v8
Visibility:
Public.

Description

Extend some operations to range types. R=rossberg@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=22934

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -15 lines) Patch
M src/types.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/types.cc View 1 9 chunks +55 lines, -2 lines 3 comments Download
M test/cctest/test-types.cc View 1 4 chunks +26 lines, -9 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
neis
6 years, 4 months ago (2014-08-05 14:11:30 UTC) #1
rossberg
https://codereview.chromium.org/437393005/diff/1/src/types.cc File src/types.cc (right): https://codereview.chromium.org/437393005/diff/1/src/types.cc#newcode283 src/types.cc:283: && *this->AsConstant()->Value() == *that->AsConstant()->Value(); Check value first, since that ...
6 years, 4 months ago (2014-08-05 14:49:15 UTC) #2
neis
https://codereview.chromium.org/437393005/diff/1/src/types.cc File src/types.cc (right): https://codereview.chromium.org/437393005/diff/1/src/types.cc#newcode283 src/types.cc:283: && *this->AsConstant()->Value() == *that->AsConstant()->Value(); On 2014/08/05 14:49:15, rossberg wrote: ...
6 years, 4 months ago (2014-08-06 13:15:01 UTC) #3
rossberg
LGTM, modulo nits https://codereview.chromium.org/437393005/diff/20001/src/types.cc File src/types.cc (right): https://codereview.chromium.org/437393005/diff/20001/src/types.cc#newcode137 src/types.cc:137: DisallowHeapAllocation no_allocation; Nit: put this first ...
6 years, 4 months ago (2014-08-06 13:27:31 UTC) #4
neis
6 years, 4 months ago (2014-08-06 13:51:46 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as 22934 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698