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

Issue 196133030: Make max size and max length of strings consistent. (Closed)

Created:
6 years, 9 months ago by Yang
Modified:
6 years, 9 months ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Visibility:
Public.

Description

Make max size and max length of strings consistent. R=bmeurer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20099

Patch Set 1 #

Patch Set 2 : fix #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -39 lines) Patch
M src/heap.cc View 1 3 chunks +5 lines, -8 lines 0 comments Download
M src/heap-inl.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/hydrogen.cc View 1 1 chunk +6 lines, -12 lines 1 comment Download
M src/objects.h View 1 3 chunks +4 lines, -7 lines 0 comments Download
M src/runtime.cc View 1 3 chunks +3 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
6 years, 9 months ago (2014-03-19 13:32:14 UTC) #1
Benedikt Meurer
LGTM with comment.
6 years, 9 months ago (2014-03-20 07:41:51 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/196133030/diff/20001/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/196133030/diff/20001/src/hydrogen.cc#newcode1798 src/hydrogen.cc:1798: length, Add<HConstant>(String::kMaxLength), Token::LTE); Maybe we should use an HBoundsCheck ...
6 years, 9 months ago (2014-03-20 07:41:59 UTC) #3
Yang
6 years, 9 months ago (2014-03-20 08:33:14 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r20099 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698