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

Issue 212423003: Optimize String.fromCharCode. (Closed)

Created:
6 years, 9 months ago by Lasse Reichstein Nielsen
Modified:
6 years, 9 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org, srdjan
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Shortcut List creation. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -6 lines) Patch
M runtime/lib/string_patch.dart View 1 1 chunk +19 lines, -0 lines 0 comments Download
M sdk/lib/_internal/lib/core_patch.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M sdk/lib/_internal/lib/js_helper.dart View 1 chunk +15 lines, -0 lines 0 comments Download
M sdk/lib/core/string.dart View 1 chunk +2 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Lasse Reichstein Nielsen
6 years, 9 months ago (2014-03-26 09:48:42 UTC) #1
Lasse Reichstein Nielsen
https://codereview.chromium.org/212423003/diff/1/runtime/lib/string_patch.dart File runtime/lib/string_patch.dart (right): https://codereview.chromium.org/212423003/diff/1/runtime/lib/string_patch.dart#newcode15 runtime/lib/string_patch.dart:15: if (charCode <= 0xffff) { What should I do ...
6 years, 9 months ago (2014-03-26 09:59:59 UTC) #2
Søren Gjesse
lgtm https://codereview.chromium.org/212423003/diff/1/runtime/lib/string_patch.dart File runtime/lib/string_patch.dart (right): https://codereview.chromium.org/212423003/diff/1/runtime/lib/string_patch.dart#newcode15 runtime/lib/string_patch.dart:15: if (charCode <= 0xffff) { On 2014/03/26 09:59:59, ...
6 years, 9 months ago (2014-03-26 10:10:33 UTC) #3
Lasse Reichstein Nielsen
6 years, 9 months ago (2014-03-26 11:37:14 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r34419 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698