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

Issue 1927963002: Support compilation of Hello World (Closed)

Created:
4 years, 7 months ago by Johnni Winther
Modified:
4 years, 7 months ago
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 7

Patch Set 2 : Updated cf. comments. #

Patch Set 3 : Rebased #

Patch Set 4 : Fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+440 lines, -371 lines) Patch
M pkg/compiler/lib/src/apiimpl.dart View 2 chunks +4 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/common/tasks.dart View 2 chunks +4 lines, -9 lines 0 comments Download
M pkg/compiler/lib/src/compiler.dart View 5 chunks +194 lines, -191 lines 0 comments Download
M pkg/compiler/lib/src/constant_system_dart.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/constants/constant_system.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/constants/expressions.dart View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart View 1 2 3 1 chunk +5 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/deferred_load.dart View 1 2 3 2 chunks +10 lines, -8 lines 0 comments Download
M pkg/compiler/lib/src/diagnostics/messages.dart View 1 chunk +3 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/elements/common.dart View 2 chunks +37 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/elements/elements.dart View 1 4 chunks +10 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/elements/modelx.dart View 6 chunks +4 lines, -39 lines 0 comments Download
M pkg/compiler/lib/src/enqueue.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart View 2 chunks +5 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/backend.dart View 1 2 3 3 chunks +11 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/constant_handler_javascript.dart View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/constant_system_javascript.dart View 2 chunks +16 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/js_backend.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/resolution/members.dart View 3 chunks +8 lines, -10 lines 0 comments Download
M pkg/compiler/lib/src/serialization/modelz.dart View 14 chunks +33 lines, -36 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 1 2 3 19 chunks +65 lines, -44 lines 0 comments Download
M tests/compiler/dart2js/deferred_follow_constant_dependencies_test.dart View 1 2 3 2 chunks +6 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/serialization_compilation_test.dart View 2 chunks +5 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/serialization_test.dart View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Johnni Winther
4 years, 7 months ago (2016-04-28 14:28:10 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/1927963002/diff/1/pkg/compiler/lib/src/elements/elements.dart File pkg/compiler/lib/src/elements/elements.dart (right): https://codereview.chromium.org/1927963002/diff/1/pkg/compiler/lib/src/elements/elements.dart#newcode704 pkg/compiler/lib/src/elements/elements.dart:704: return elements.toList(); //..sort(compareByPosition); uncomment? https://codereview.chromium.org/1927963002/diff/1/pkg/compiler/lib/src/enqueue.dart File pkg/compiler/lib/src/enqueue.dart (right): ...
4 years, 7 months ago (2016-04-28 17:23:15 UTC) #3
Johnni Winther
https://codereview.chromium.org/1927963002/diff/1/pkg/compiler/lib/src/elements/elements.dart File pkg/compiler/lib/src/elements/elements.dart (right): https://codereview.chromium.org/1927963002/diff/1/pkg/compiler/lib/src/elements/elements.dart#newcode704 pkg/compiler/lib/src/elements/elements.dart:704: return elements.toList(); //..sort(compareByPosition); On 2016/04/28 17:23:15, Siggi Cherem (dart-lang) ...
4 years, 7 months ago (2016-04-29 09:31:37 UTC) #4
Johnni Winther
4 years, 7 months ago (2016-04-29 10:57:52 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
b361d8ce97d555638be94369dc3ee62e365614b3 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698