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

Issue 12328068: Improve perfromance of integer parsing for Smi-s. (Closed)

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

Description

Improve perfromance of integer parsing for Smi-s. Committed: https://code.google.com/p/dart/source/detail?r=18990

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -0 lines) Patch
M runtime/lib/integers.cc View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
srdjan
7 years, 10 months ago (2013-02-23 01:17:53 UTC) #1
siva
https://codereview.chromium.org/12328068/diff/6001/runtime/lib/integers.cc File runtime/lib/integers.cc (right): https://codereview.chromium.org/12328068/diff/6001/runtime/lib/integers.cc#newcode197 runtime/lib/integers.cc:197: if (p_end == (cstr + len)) { Should this ...
7 years, 10 months ago (2013-02-25 06:22:44 UTC) #2
srdjan
https://codereview.chromium.org/12328068/diff/6001/runtime/lib/integers.cc File runtime/lib/integers.cc (right): https://codereview.chromium.org/12328068/diff/6001/runtime/lib/integers.cc#newcode197 runtime/lib/integers.cc:197: if (p_end == (cstr + len)) { On 2013/02/25 ...
7 years, 10 months ago (2013-02-25 18:02:44 UTC) #3
siva
LGTM after offline discussion.
7 years, 10 months ago (2013-02-25 18:14:09 UTC) #4
srdjan
7 years, 10 months ago (2013-02-25 18:36:20 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r18990 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698