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

Issue 12440061: Improve SeqString::Truncate for latest allocated strings. (Closed)

Created:
7 years, 9 months ago by Yang
Modified:
7 years, 9 months ago
CC:
v8-dev
Visibility:
Public.

Description

Improve SeqString::Truncate for latest allocated strings. R=hpayer@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=14088

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Total comments: 1

Patch Set 3 : renamed according to suggestion #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -89 lines) Patch
M src/json-parser.h View 1 2 7 chunks +19 lines, -29 lines 0 comments Download
M src/json-stringifier.h View 1 3 chunks +4 lines, -12 lines 0 comments Download
M src/objects.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/objects.cc View 1 1 chunk +33 lines, -21 lines 0 comments Download
M src/runtime.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/spaces.h View 1 1 chunk +0 lines, -5 lines 0 comments Download
M src/spaces-inl.h View 1 chunk +0 lines, -17 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Yang
7 years, 9 months ago (2013-03-21 12:10:28 UTC) #1
Hannes Payer (out of office)
https://codereview.chromium.org/12440061/diff/1/src/json-parser.h File src/json-parser.h (right): https://codereview.chromium.org/12440061/diff/1/src/json-parser.h#newcode588 src/json-parser.h:588: // Shrink seq_string length to count and return. See ...
7 years, 9 months ago (2013-03-21 12:48:29 UTC) #2
Yang
Updated the CL according to comments. Please take a second look. https://codereview.chromium.org/12440061/diff/1/src/objects.cc File src/objects.cc (right): ...
7 years, 9 months ago (2013-03-21 14:18:34 UTC) #3
Hannes Payer (out of office)
LGTM, with one final nit https://codereview.chromium.org/12440061/diff/6001/src/json-parser.h File src/json-parser.h (right): https://codereview.chromium.org/12440061/diff/6001/src/json-parser.h#newcode589 src/json-parser.h:589: return SeqString::Truncate(seq_str, count); Either ...
7 years, 9 months ago (2013-03-22 08:12:48 UTC) #4
Yang
7 years, 9 months ago (2013-03-28 11:19:49 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r14088 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698