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

Issue 2278213003: Rename the global inference task and reduce it's API surface by introducing the (Closed)

Created:
4 years, 3 months ago by Siggi Cherem (dart-lang)
Modified:
4 years, 3 months ago
Reviewers:
Harry Terkelsen
CC:
reviews_dartlang.org, Johnni Winther
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Rename the global inference task and reduce it's API surface by introducing the CommonMasks class. R=het@google.com Committed: https://github.com/dart-lang/sdk/commit/740c3d466af9235b83881fb3a56860e7d1754734

Patch Set 1 #

Total comments: 10

Patch Set 2 : cl comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+704 lines, -814 lines) Patch
M pkg/compiler/lib/src/compiler.dart View 6 chunks +7 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/dump_info.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart View 1 12 chunks +53 lines, -53 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/type_graph_nodes.dart View 1 4 chunks +9 lines, -8 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/backend.dart View 1 3 chunks +13 lines, -19 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/no_such_method_registry.dart View 1 chunk +1 line, -3 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 3 chunks +3 lines, -9 lines 0 comments Download
M pkg/compiler/lib/src/ssa/locals_handler.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/ssa/ssa.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/types.dart View 2 chunks +31 lines, -41 lines 0 comments Download
M pkg/compiler/lib/src/types/constants.dart View 5 chunks +20 lines, -20 lines 0 comments Download
M pkg/compiler/lib/src/types/container_type_mask.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/types/dictionary_type_mask.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/types/flat_type_mask.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/types/forwarding_type_mask.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/types/map_type_mask.dart View 2 chunks +2 lines, -2 lines 0 comments Download
A pkg/compiler/lib/src/types/masks.dart View 1 chunk +136 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/types/type_mask.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/types/types.dart View 4 chunks +29 lines, -259 lines 0 comments Download
M pkg/compiler/lib/src/types/union_type_mask.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/types/value_type_mask.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/world.dart View 1 5 chunks +12 lines, -12 lines 0 comments Download
M tests/compiler/dart2js/call_site_simple_type_inferer_test.dart View 2 chunks +31 lines, -31 lines 0 comments Download
M tests/compiler/dart2js/closure_tracer_test.dart View 2 chunks +15 lines, -15 lines 0 comments Download
M tests/compiler/dart2js/concrete_type_inference_test.dart View 5 chunks +20 lines, -16 lines 0 comments Download
M tests/compiler/dart2js/container_mask_equal_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/dictionary_types_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/expect_annotations_test.dart View 1 chunk +5 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/field_type_simple_inferer_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/issue13354_test.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M tests/compiler/dart2js/list_tracer2_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/list_tracer3_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/list_tracer_test.dart View 2 chunks +27 lines, -27 lines 0 comments Download
M tests/compiler/dart2js/list_tracer_typed_data_length_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/map_tracer_const_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/map_tracer_keys_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/map_tracer_test.dart View 2 chunks +33 lines, -32 lines 0 comments Download
M tests/compiler/dart2js/memory_compiler.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/mirror_final_field_inferrer2_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/mirror_final_field_inferrer_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/simple_inferrer_and_or_test.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/simple_inferrer_callers_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/simple_inferrer_closure_test.dart View 2 chunks +10 lines, -10 lines 0 comments Download
M tests/compiler/dart2js/simple_inferrer_const_closure2_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/simple_inferrer_const_closure3_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/simple_inferrer_const_closure4_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/simple_inferrer_const_closure5_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/simple_inferrer_const_closure_default_test.dart View 2 chunks +13 lines, -13 lines 0 comments Download
M tests/compiler/dart2js/simple_inferrer_const_closure_test.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/simple_inferrer_final_field2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/simple_inferrer_final_field3_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/simple_inferrer_final_field_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/simple_inferrer_global_field_closure2_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/simple_inferrer_global_field_closure_test.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/simple_inferrer_no_such_method_test.dart View 2 chunks +30 lines, -29 lines 0 comments Download
M tests/compiler/dart2js/simple_inferrer_postfix_prefix_test.dart View 2 chunks +8 lines, -8 lines 0 comments Download
M tests/compiler/dart2js/simple_inferrer_test.dart View 5 chunks +82 lines, -82 lines 0 comments Download
M tests/compiler/dart2js/simple_inferrer_try_catch_test.dart View 3 chunks +8 lines, -8 lines 0 comments Download
M tests/compiler/dart2js/simple_inferrer_unregister_call_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/trust_type_annotations_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/type_inference6_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/type_inference7_test.dart View 3 chunks +11 lines, -10 lines 0 comments Download
M tests/compiler/dart2js/type_inference8_test.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M tests/compiler/dart2js/type_inference_switch_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (5 generated)
Siggi Cherem (dart-lang)
4 years, 3 months ago (2016-08-25 22:40:47 UTC) #5
Harry Terkelsen
lgtm https://codereview.chromium.org/2278213003/diff/60001/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart File pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart (right): https://codereview.chromium.org/2278213003/diff/60001/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart#newcode587 pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart:587: CommonMasks get commonMasks => compiler.commonMasks; if you already ...
4 years, 3 months ago (2016-08-25 23:06:25 UTC) #6
Siggi Cherem (dart-lang)
thanks! https://codereview.chromium.org/2278213003/diff/60001/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart File pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart (right): https://codereview.chromium.org/2278213003/diff/60001/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart#newcode587 pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart:587: CommonMasks get commonMasks => compiler.commonMasks; On 2016/08/25 23:06:25, ...
4 years, 3 months ago (2016-08-25 23:19:33 UTC) #7
Siggi Cherem (dart-lang)
4 years, 3 months ago (2016-08-25 23:20:36 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:80001) manually as
740c3d466af9235b83881fb3a56860e7d1754734 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698