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

Issue 2860733002: Remove ClosedWorld.allFunctions (Closed)

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

Description

Remove ClosedWorld.allFunctions This move FunctionSet use inside ClosedWorldBase and enables FunctionSetBuilder to be closed before the creation of the ClosedWorld object. R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/b624614fd1b6bb66d8c2f6cebcae2f69e6bafe48

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -68 lines) Patch
M pkg/compiler/lib/src/dump_info.dart View 3 chunks +4 lines, -9 lines 1 comment Download
M pkg/compiler/lib/src/inferrer/builder.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/inferrer/inferrer_engine.dart View 2 chunks +2 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/inferrer/type_graph_nodes.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/type_system.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/full_emitter/nsm_emitter.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/ssa/invoke_dynamic_specializers.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/types_propagation.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/types/flat_type_mask.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/compiler/lib/src/universe/element_world_builder.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/universe/function_set.dart View 9 chunks +26 lines, -19 lines 2 comments Download
M pkg/compiler/lib/src/universe/resolution_world_builder.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/world.dart View 13 chunks +35 lines, -17 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Johnni Winther
het@ can you check the change in dump_info.dart ? https://codereview.chromium.org/2860733002/diff/1/pkg/compiler/lib/src/dump_info.dart File pkg/compiler/lib/src/dump_info.dart (left): https://codereview.chromium.org/2860733002/diff/1/pkg/compiler/lib/src/dump_info.dart#oldcode280 pkg/compiler/lib/src/dump_info.dart:280: ...
3 years, 7 months ago (2017-05-03 13:54:52 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2860733002/diff/1/pkg/compiler/lib/src/universe/function_set.dart File pkg/compiler/lib/src/universe/function_set.dart (right): https://codereview.chromium.org/2860733002/diff/1/pkg/compiler/lib/src/universe/function_set.dart#newcode162 pkg/compiler/lib/src/universe/function_set.dart:162: // compact than a hash set. Once we ...
3 years, 7 months ago (2017-05-03 17:03:24 UTC) #3
Johnni Winther
https://codereview.chromium.org/2860733002/diff/1/pkg/compiler/lib/src/universe/function_set.dart File pkg/compiler/lib/src/universe/function_set.dart (right): https://codereview.chromium.org/2860733002/diff/1/pkg/compiler/lib/src/universe/function_set.dart#newcode162 pkg/compiler/lib/src/universe/function_set.dart:162: // compact than a hash set. Once we get ...
3 years, 7 months ago (2017-05-08 09:10:53 UTC) #4
Johnni Winther
3 years, 7 months ago (2017-05-08 09:16:09 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
b624614fd1b6bb66d8c2f6cebcae2f69e6bafe48 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698