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

Issue 12317076: Improve performance of String::ToCString for OneByteString and parsing of doubles. Leads to signifi… (Closed)

Created:
7 years, 10 months ago by srdjan
Modified:
7 years, 10 months ago
Reviewers:
siva, Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Improve performance of String::ToCString for OneByteStrings and parsing of doubles. Leads to significant speedups in json parsing. Committed: https://code.google.com/p/dart/source/detail?r=18925

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -5 lines) Patch
M runtime/lib/double.cc View 1 2 1 chunk +30 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 2 chunks +27 lines, -4 lines 0 comments Download
M runtime/vm/unicode.h View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
srdjan
7 years, 10 months ago (2013-02-22 21:15:05 UTC) #1
siva
lgtm https://codereview.chromium.org/12317076/diff/5001/runtime/lib/double.cc File runtime/lib/double.cc (right): https://codereview.chromium.org/12317076/diff/5001/runtime/lib/double.cc#newcode207 runtime/lib/double.cc:207: char* p_end = NULL; Can this local declaration ...
7 years, 10 months ago (2013-02-22 21:47:09 UTC) #2
srdjan
https://codereview.chromium.org/12317076/diff/5001/runtime/lib/double.cc File runtime/lib/double.cc (right): https://codereview.chromium.org/12317076/diff/5001/runtime/lib/double.cc#newcode207 runtime/lib/double.cc:207: char* p_end = NULL; On 2013/02/22 21:47:09, siva wrote: ...
7 years, 10 months ago (2013-02-22 22:27:37 UTC) #3
srdjan
7 years, 10 months ago (2013-02-22 22:43:42 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r18925 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698