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

Issue 2468303003: dart2js: move type-mask intermediate data from tree-elements into the global (Closed)

Created:
4 years, 1 month ago by Siggi Cherem (dart-lang)
Modified:
4 years, 1 month ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

dart2js: move type-mask intermediate data from tree-elements into the global inference engine. R=johnniwinther@google.com Committed: https://github.com/dart-lang/sdk/commit/053fa1c5006dd874e04cd2248005f05b191948c2

Patch Set 1 #

Total comments: 19

Patch Set 2 : cl comments #

Patch Set 3 : bug fix: handle closures and constructor bodies #

Unified diffs Side-by-side diffs Delta from patch set Stats (+328 lines, -277 lines) Patch
M pkg/compiler/lib/src/dump_info.dart View 3 chunks +6 lines, -7 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart View 1 30 chunks +57 lines, -47 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/no_such_method_registry.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/resolution/tree_elements.dart View 4 chunks +0 lines, -87 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 1 2 32 chunks +63 lines, -36 lines 0 comments Download
M pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart View 2 chunks +11 lines, -11 lines 0 comments Download
M pkg/compiler/lib/src/ssa/types.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/types/types.dart View 1 2 4 chunks +179 lines, -73 lines 0 comments Download
M tests/compiler/dart2js/concrete_type_inference_test.dart View 3 chunks +9 lines, -13 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
Siggi Cherem (dart-lang)
https://codereview.chromium.org/2468303003/diff/20001/pkg/compiler/lib/src/types/types.dart File pkg/compiler/lib/src/types/types.dart (right): https://codereview.chromium.org/2468303003/diff/20001/pkg/compiler/lib/src/types/types.dart#newcode112 pkg/compiler/lib/src/types/types.dart:112: class GlobalTypeInferenceElementData { I expect this will move under ...
4 years, 1 month ago (2016-11-03 01:03:38 UTC) #3
Johnni Winther
lgtm https://codereview.chromium.org/2468303003/diff/20001/pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart File pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart (right): https://codereview.chromium.org/2468303003/diff/20001/pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart#newcode706 pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart:706: TypeMask getterMask = inTreeData?.typeOfGetter(node); Store the value of ...
4 years, 1 month ago (2016-11-03 08:50:22 UTC) #4
Siggi Cherem (dart-lang)
Thanks Johnni! https://codereview.chromium.org/2468303003/diff/20001/pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart File pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart (right): https://codereview.chromium.org/2468303003/diff/20001/pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart#newcode706 pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart:706: TypeMask getterMask = inTreeData?.typeOfGetter(node); On 2016/11/03 08:50:21, ...
4 years, 1 month ago (2016-11-03 21:12:15 UTC) #5
Johnni Winther
https://codereview.chromium.org/2468303003/diff/20001/pkg/compiler/lib/src/ssa/builder.dart File pkg/compiler/lib/src/ssa/builder.dart (right): https://codereview.chromium.org/2468303003/diff/20001/pkg/compiler/lib/src/ssa/builder.dart#newcode6653 pkg/compiler/lib/src/ssa/builder.dart:6653: isCalledOnce(function), On 2016/11/03 21:12:15, Siggi Cherem (dart-lang) wrote: > ...
4 years, 1 month ago (2016-11-04 07:30:52 UTC) #6
Siggi Cherem (dart-lang)
PTAL Johnni - after trying to run some benchmarks to validate the CL had no ...
4 years, 1 month ago (2016-11-08 20:58:23 UTC) #8
Johnni Winther
lgtm
4 years, 1 month ago (2016-11-09 11:42:18 UTC) #9
Siggi Cherem (dart-lang)
4 years, 1 month ago (2016-11-09 15:26:20 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:80001) manually as
053fa1c5006dd874e04cd2248005f05b191948c2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698