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

Issue 14484003: Implement a tryParseSmi function in Dart for quick and frequent parsing of Smis. (Closed)

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

Description

Implement a tryParseSmi function in Dart for quick and frequent parsing of Smis. Committed: https://code.google.com/p/dart/source/detail?r=22041

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -1 line) Patch
M runtime/lib/integers_patch.dart View 1 1 chunk +57 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
srdjan
7 years, 8 months ago (2013-04-24 23:21:15 UTC) #1
siva
https://codereview.chromium.org/14484003/diff/1/runtime/lib/integers_patch.dart File runtime/lib/integers_patch.dart (right): https://codereview.chromium.org/14484003/diff/1/runtime/lib/integers_patch.dart#newcode28 runtime/lib/integers_patch.dart:28: while (ix > endIx) { This check seems inverted ...
7 years, 8 months ago (2013-04-24 23:59:00 UTC) #2
srdjan
https://codereview.chromium.org/14484003/diff/1/runtime/lib/integers_patch.dart File runtime/lib/integers_patch.dart (right): https://codereview.chromium.org/14484003/diff/1/runtime/lib/integers_patch.dart#newcode28 runtime/lib/integers_patch.dart:28: while (ix > endIx) { On 2013/04/24 23:59:00, siva ...
7 years, 8 months ago (2013-04-25 17:30:07 UTC) #3
srdjan
7 years, 8 months ago (2013-04-25 17:30:25 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r22041 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698