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

Issue 2864363002: Remove DartString from constants. (Closed)

Created:
3 years, 7 months ago by Johnni Winther
Modified:
3 years, 7 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove toDartString #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -189 lines) Patch
M pkg/compiler/lib/src/compile_time_constants.dart View 1 8 chunks +15 lines, -24 lines 0 comments Download
M pkg/compiler/lib/src/constant_system_dart.dart View 4 chunks +4 lines, -7 lines 0 comments Download
M pkg/compiler/lib/src/constants/constant_system.dart View 2 chunks +1 line, -2 lines 0 comments Download
M pkg/compiler/lib/src/constants/expressions.dart View 1 6 chunks +12 lines, -23 lines 0 comments Download
M pkg/compiler/lib/src/constants/values.dart View 1 10 chunks +5 lines, -31 lines 0 comments Download
M pkg/compiler/lib/src/deferred_load.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/inferrer/builder.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/type_graph_dump.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/inferrer/type_graph_nodes.dart View 4 chunks +12 lines, -15 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/type_system.dart View 2 chunks +2 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/constant_emitter.dart View 2 chunks +2 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/constant_system_javascript.dart View 4 chunks +3 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/namer.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/constant_ordering.dart View 2 chunks +3 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/mirrors_used.dart View 2 chunks +2 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/native/behavior.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/native/resolver.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/resolution/members.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/resolution/resolution_strategy.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 11 chunks +15 lines, -20 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder_kernel.dart View 9 chunks +10 lines, -19 lines 0 comments Download
M pkg/compiler/lib/src/ssa/kernel_impact.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/compiler/lib/src/ssa/nodes.dart View 2 chunks +1 line, -2 lines 0 comments Download
M pkg/compiler/lib/src/ssa/optimize.dart View 1 3 chunks +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/deferred_follow_constant_dependencies_test.dart View 1 chunk +1 line, -2 lines 0 comments Download
M tests/compiler/dart2js/metadata_test.dart View 5 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Johnni Winther
3 years, 7 months ago (2017-05-08 13:20:00 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2864363002/diff/1/pkg/compiler/lib/src/constants/values.dart File pkg/compiler/lib/src/constants/values.dart (right): https://codereview.chromium.org/2864363002/diff/1/pkg/compiler/lib/src/constants/values.dart#newcode416 pkg/compiler/lib/src/constants/values.dart:416: String toDartString() => primitiveValue; we could also get ...
3 years, 7 months ago (2017-05-08 22:24:04 UTC) #3
Johnni Winther
https://codereview.chromium.org/2864363002/diff/1/pkg/compiler/lib/src/constants/values.dart File pkg/compiler/lib/src/constants/values.dart (right): https://codereview.chromium.org/2864363002/diff/1/pkg/compiler/lib/src/constants/values.dart#newcode416 pkg/compiler/lib/src/constants/values.dart:416: String toDartString() => primitiveValue; On 2017/05/08 22:24:04, Siggi Cherem ...
3 years, 7 months ago (2017-05-09 08:18:13 UTC) #4
Johnni Winther
3 years, 7 months ago (2017-05-09 08:26:50 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
7fa9fc7e2e397a571c0eab68031863044c117e16 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698