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

Issue 2620023002: Use elements/types in constants/values (Closed)

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

Description

Patch Set 1 #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -120 lines) Patch
M pkg/compiler/lib/src/compiler.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/constant_system_dart.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/constants/values.dart View 20 chunks +30 lines, -35 lines 0 comments Download
M pkg/compiler/lib/src/core_types.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/deferred_load.dart View 3 chunks +6 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/helpers/debug_collection.dart View 1 chunk +1 line, -1 line 1 comment Download
M pkg/compiler/lib/src/js_backend/backend.dart View 3 chunks +8 lines, -7 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/constant_emitter.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/constant_system_javascript.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/frequency_namer.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart View 3 chunks +14 lines, -12 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/minify_namer.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/namer.dart View 11 chunks +22 lines, -12 lines 2 comments Download
M pkg/compiler/lib/src/js_emitter/constant_ordering.dart View 3 chunks +13 lines, -5 lines 2 comments Download
M pkg/compiler/lib/src/js_emitter/interceptor_stub_generator.dart View 1 chunk +4 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/program_builder/collector.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/mirrors_used.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/patch_parser.dart View 1 chunk +2 lines, -2 lines 2 comments Download
M pkg/compiler/lib/src/resolution/members.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/serialization/equivalence.dart View 4 chunks +15 lines, -9 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder_kernel.dart View 1 chunk +4 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/ssa/codegen.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/interceptor_simplifier.dart View 2 chunks +2 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Johnni Winther
3 years, 11 months ago (2017-01-10 14:31:42 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2620023002/diff/1/pkg/compiler/lib/src/helpers/debug_collection.dart File pkg/compiler/lib/src/helpers/debug_collection.dart (right): https://codereview.chromium.org/2620023002/diff/1/pkg/compiler/lib/src/helpers/debug_collection.dart#newcode74 pkg/compiler/lib/src/helpers/debug_collection.dart:74: Iterable<T> map<T>(T f(E element)) => iterable.map(f); :) https://codereview.chromium.org/2620023002/diff/1/pkg/compiler/lib/src/js_backend/namer.dart ...
3 years, 11 months ago (2017-01-11 22:57:47 UTC) #3
Johnni Winther
https://codereview.chromium.org/2620023002/diff/1/pkg/compiler/lib/src/js_backend/namer.dart File pkg/compiler/lib/src/js_backend/namer.dart (right): https://codereview.chromium.org/2620023002/diff/1/pkg/compiler/lib/src/js_backend/namer.dart#newcode1790 pkg/compiler/lib/src/js_backend/namer.dart:1790: codegenWorldBuilder.forEachInstanceField(constant.type.element, On 2017/01/11 22:57:47, Siggi Cherem (dart-lang) wrote: > ...
3 years, 11 months ago (2017-01-12 11:17:45 UTC) #4
Johnni Winther
3 years, 11 months ago (2017-01-12 11:22:22 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
58048f694e35af778cf54797bbe5b92718279a40 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698