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

Issue 718053003: Reduce foot-print of Error.safeToString on strings. (Closed)

Created:
6 years, 1 month ago by Lasse Reichstein Nielsen
Modified:
6 years, 1 month ago
Reviewers:
floitsch, sra1
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Reduce foot-print of Error.safeToString on strings. Use existing JSON encoding instead of a custom encoding. This allows dart2js to use the system JSON stringifier directly. R=sra@google.com Committed: https://code.google.com/p/dart/source/detail?r=41704

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -46 lines) Patch
M runtime/lib/errors_patch.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/js_lib/core_patch.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/js_lib/js_helper.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M sdk/lib/core/errors.dart View 1 chunk +4 lines, -42 lines 0 comments Download
M tests/corelib/safe_to_string_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Lasse Reichstein Nielsen
6 years, 1 month ago (2014-11-12 15:16:40 UTC) #2
sra1
lgtm
6 years, 1 month ago (2014-11-12 20:26:25 UTC) #3
Lasse Reichstein Nielsen
6 years, 1 month ago (2014-11-13 06:47:34 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r41704 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698