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

Issue 9696032: Speed up WriteUtf8 in the case where the output buffer is large enough. (Closed)

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

Description

Speed up WriteUtf8 in the case where the output buffer is large enough. Committed: https://code.google.com/p/v8/source/detail?r=11104

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -1 line) Patch
M src/api.cc View 3 chunks +125 lines, -1 line 1 comment Download

Messages

Total messages: 4 (0 generated)
Erik Corry
Benchmark results: Short Ascii (plenty): 16ms | Short Ascii (plenty): 15ms Short Unicode (plenty): 81ms ...
8 years, 9 months ago (2012-03-13 10:41:17 UTC) #1
Erik Corry
8 years, 9 months ago (2012-03-18 10:25:42 UTC) #2
fschneider
LGTM. It would be a good to add a test-case for the different cases in ...
8 years, 9 months ago (2012-03-20 09:45:49 UTC) #3
Erik Corry
8 years, 9 months ago (2012-03-21 13:50:39 UTC) #4
Nice catch.  Test improved to cover sliced strings, which uncovered another bug!

Powered by Google App Engine
This is Rietveld 408576698