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

Issue 1155633002: Fix 56 hints in pkg/compiler (Closed)

Created:
5 years, 7 months ago by kevmoo
Modified:
5 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: 10

Patch Set 2 : nits #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -96 lines) Patch
M pkg/compiler/lib/src/compiler.dart View 3 chunks +1 line, -4 lines 0 comments Download
M pkg/compiler/lib/src/dart2js.dart View 3 chunks +1 line, -3 lines 0 comments Download
M pkg/compiler/lib/src/dart_backend/backend_ast_nodes.dart View 2 chunks +1 line, -2 lines 0 comments Download
M pkg/compiler/lib/src/dump_info.dart View 1 4 chunks +3 lines, -7 lines 0 comments Download
M pkg/compiler/lib/src/elements/modelx.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/hash/sha1.dart View 1 chunk +0 lines, -23 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/concrete_types_inferrer.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/inferrer/node_tracer.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/codegen/codegen.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/codegen/task.dart View 2 chunks +0 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/patch_resolver.dart View 2 chunks +1 line, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/runtime_types.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/type_variable_handler.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/native_emitter.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/program_builder.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/registry.dart View 2 chunks +1 line, -2 lines 0 comments Download
M pkg/compiler/lib/src/patch_parser.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/resolution/members.dart View 1 2 4 chunks +0 lines, -7 lines 0 comments Download
M pkg/compiler/lib/src/scanner/listener.dart View 2 chunks +0 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/scanner/parser.dart View 4 chunks +0 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/scanner/parser_task.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/scanner/scanner_task.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/source_file_provider.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/ssa/invoke_dynamic_specializers.dart View 9 chunks +0 lines, -10 lines 0 comments Download
M pkg/compiler/lib/src/string_validator.dart View 2 chunks +0 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/tree/unparser.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/tree_ir/optimization/variable_merger.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/typechecker.dart View 3 chunks +0 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/universe/side_effects.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/use_unused_api.dart View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 7 (2 generated)
kevmoo
Also fix the time output in dump-info
5 years, 7 months ago (2015-05-21 20:11:37 UTC) #2
Siggi Cherem (dart-lang)
+johnniwinther: can you take a look at the question for use_unused_api.dart? Besides the comments below, ...
5 years, 7 months ago (2015-05-22 03:20:21 UTC) #4
Johnni Winther
LGTM w/comments. https://codereview.chromium.org/1155633002/diff/1/pkg/compiler/lib/src/dump_info.dart File pkg/compiler/lib/src/dump_info.dart (right): https://codereview.chromium.org/1155633002/diff/1/pkg/compiler/lib/src/dump_info.dart#newcode559 pkg/compiler/lib/src/dump_info.dart:559: var stopwatch = new Stopwatch(); 'var' -> ...
5 years, 7 months ago (2015-05-22 07:37:57 UTC) #5
kevmoo
https://codereview.chromium.org/1155633002/diff/1/pkg/compiler/lib/src/dump_info.dart File pkg/compiler/lib/src/dump_info.dart (right): https://codereview.chromium.org/1155633002/diff/1/pkg/compiler/lib/src/dump_info.dart#newcode559 pkg/compiler/lib/src/dump_info.dart:559: var stopwatch = new Stopwatch(); On 2015/05/22 07:37:57, Johnni ...
5 years, 7 months ago (2015-05-22 15:39:02 UTC) #6
kevmoo
5 years, 7 months ago (2015-05-22 15:45:17 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
51a8f0751d5dd4fa61c2a44bb8f666df628e3922 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698