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

Issue 713223002: Abstract string building in JSON-stringifier into IncrementalStringBuilder. (Closed)

Created:
6 years, 1 month ago by Yang
Modified:
6 years, 1 month ago
Reviewers:
Igor Sheludko
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Abstract string building in JSON-stringifier into IncrementalStringBuilder. R=ishell@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=25276

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+371 lines, -592 lines) Patch
M BUILD.gn View 2 chunks +2 lines, -1 line 0 comments Download
M src/json-stringifier.h View 24 chunks +84 lines, -256 lines 0 comments Download
M src/runtime/runtime-regexp.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/runtime-strings.cc View 1 chunk +1 line, -1 line 0 comments Download
D src/runtime/string-builder.h View 1 chunk +0 lines, -296 lines 0 comments Download
A + src/string-builder.h View 3 chunks +170 lines, -36 lines 0 comments Download
A src/string-builder.cc View 1 chunk +111 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Yang
6 years, 1 month ago (2014-11-11 09:14:22 UTC) #1
Igor Sheludko
lgtm. Nice refactoring!
6 years, 1 month ago (2014-11-11 13:34:55 UTC) #2
Yang
6 years, 1 month ago (2014-11-12 08:04:50 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 25276 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698