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

Issue 2318593003: Split Universe into ResolutionUniverse and CodegenUniverse (Closed)

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

Description

Split Universe into ResolutionUniverse and CodegenUniverse Main changes in universe.dart R=het@google.com, sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/012229ec833a6f1a3922810fa966d6cd611fa99e

Patch Set 1 #

Total comments: 13

Patch Set 2 : Rebased #

Patch Set 3 : Updated cf. comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+347 lines, -98 lines) Patch
M pkg/compiler/lib/src/closure.dart View 2 chunks +1 line, -9 lines 0 comments Download
M pkg/compiler/lib/src/common/backend_api.dart View 1 chunk +1 line, -3 lines 0 comments Download
M pkg/compiler/lib/src/compiler.dart View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/enqueue.dart View 12 chunks +20 lines, -16 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/backend.dart View 1 1 chunk +0 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/constant_handler_javascript.dart View 1 chunk +0 lines, -9 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/enqueuer.dart View 1 12 chunks +16 lines, -15 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/runtime_types.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/program_builder/program_builder.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/universe/universe.dart View 1 2 7 chunks +301 lines, -39 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
Johnni Winther
4 years, 3 months ago (2016-09-06 13:36:11 UTC) #3
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2318593003/diff/1/pkg/compiler/lib/src/universe/universe.dart File pkg/compiler/lib/src/universe/universe.dart (right): https://codereview.chromium.org/2318593003/diff/1/pkg/compiler/lib/src/universe/universe.dart#newcode156 pkg/compiler/lib/src/universe/universe.dart:156: // TODO(johnniwinther): Improve semantic precision. remove TODO (it's ...
4 years, 3 months ago (2016-09-06 17:57:43 UTC) #4
Harry Terkelsen
lgtm https://codereview.chromium.org/2318593003/diff/1/pkg/compiler/lib/src/compiler.dart File pkg/compiler/lib/src/compiler.dart (right): https://codereview.chromium.org/2318593003/diff/1/pkg/compiler/lib/src/compiler.dart#newcode330 pkg/compiler/lib/src/compiler.dart:330: ResolutionUniverse get resolverWorld => enqueuer.resolution.universe; also change the ...
4 years, 3 months ago (2016-09-19 18:07:10 UTC) #6
Johnni Winther
https://codereview.chromium.org/2318593003/diff/1/pkg/compiler/lib/src/compiler.dart File pkg/compiler/lib/src/compiler.dart (right): https://codereview.chromium.org/2318593003/diff/1/pkg/compiler/lib/src/compiler.dart#newcode330 pkg/compiler/lib/src/compiler.dart:330: ResolutionUniverse get resolverWorld => enqueuer.resolution.universe; On 2016/09/19 18:07:10, Harry ...
4 years, 3 months ago (2016-09-21 09:13:04 UTC) #7
Johnni Winther
4 years, 3 months ago (2016-09-21 09:24:35 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
012229ec833a6f1a3922810fa966d6cd611fa99e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698