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

Issue 10134057: Use simple concat of substrings instead of ReplaceStringBuilder for non-global replacements. (Closed)

Created:
8 years, 8 months ago by Yang
Modified:
8 years, 8 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Use simple concat of substrings instead of ReplaceStringBuilder for non-global replacements. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=11448

Patch Set 1 #

Total comments: 4

Patch Set 2 : Removing dead code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -77 lines) Patch
M src/string.js View 1 6 chunks +21 lines, -77 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Yang
PTAL.
8 years, 8 months ago (2012-04-25 14:29:37 UTC) #1
Erik Corry
LGTM with comments http://codereview.chromium.org/10134057/diff/1/src/string.js File src/string.js (right): http://codereview.chromium.org/10134057/diff/1/src/string.js#newcode400 src/string.js:400: // ReplaceResultBuilder Comment out of date ...
8 years, 8 months ago (2012-04-26 08:38:54 UTC) #2
Yang
Found dead code. Will upload a new revision without it. http://codereview.chromium.org/10134057/diff/1/src/string.js File src/string.js (right): http://codereview.chromium.org/10134057/diff/1/src/string.js#newcode400 ...
8 years, 8 months ago (2012-04-26 11:17:08 UTC) #3
Yang
Please take another quick look.
8 years, 8 months ago (2012-04-26 11:17:57 UTC) #4
Erik Corry
8 years, 8 months ago (2012-04-26 11:25:01 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698