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

Issue 2994863002: Reapply "Eliminate dependencies on assemblers and code stubs in precompiled runtime." (Closed)

Created:
3 years, 4 months ago by Aske Simon Christensen
Modified:
3 years, 4 months ago
Reviewers:
rmacnak
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Reapply "Eliminate dependencies on assemblers and code stubs in precompiled runtime." Also exclude references to disassembler in precompiled mode. New edits are in patch set #2. BUG= https://github.com/dart-lang/sdk/issues/30045 R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/8ee4436355cf8434b99893fa014980adb17f572e

Patch Set 1 #

Patch Set 2 : Exclude references to disassembler in precompiled mode #

Unified diffs Side-by-side diffs Delta from patch set Stats (+291 lines, -183 lines) Patch
M runtime/lib/errors.cc View 2 chunks +10 lines, -9 lines 0 comments Download
M runtime/vm/assembler.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/assembler_arm64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/assembler_ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/ast.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/ast_printer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/ast_transformer.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/block_scheduler.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/branch_optimizer.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/cha.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/compiler.cc View 1 chunk +38 lines, -0 lines 0 comments Download
M runtime/vm/constant_propagator.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/dart.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/vm/debugger.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/debugger.cc View 7 chunks +16 lines, -6 lines 0 comments Download
M runtime/vm/deferred_objects.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/deopt_instructions.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/disassembler.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/disassembler.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/disassembler_arm.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M runtime/vm/disassembler_arm64.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M runtime/vm/disassembler_ia32.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M runtime/vm/disassembler_x64.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M runtime/vm/flag_list.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/flow_graph.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_allocator.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 3 chunks +4 lines, -41 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_range_analysis.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_type_propagator.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/il_printer.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/intrinsifier.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/intrinsifier_arm64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/locations.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/megamorphic_cache_table.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/megamorphic_cache_table.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 3 chunks +3 lines, -1 line 0 comments Download
M runtime/vm/object_service.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/redundancy_elimination.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/regexp_assembler_ir.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/runtime_entry.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/runtime_entry.cc View 2 chunks +10 lines, -3 lines 0 comments Download
M runtime/vm/runtime_entry_arm.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/runtime_entry_arm64.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/runtime_entry_ia32.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/runtime_entry_x64.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/stub_code.h View 3 chunks +7 lines, -5 lines 0 comments Download
M runtime/vm/stub_code.cc View 4 chunks +30 lines, -25 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 3 chunks +2 lines, -8 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 3 chunks +2 lines, -8 lines 0 comments Download
M runtime/vm/stub_code_dbc.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 3 chunks +2 lines, -8 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 3 chunks +2 lines, -8 lines 0 comments Download
M runtime/vm/weak_code.cc View 2 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 6 (3 generated)
Aske Simon Christensen
3 years, 4 months ago (2017-08-10 22:28:59 UTC) #3
rmacnak
lgtm
3 years, 4 months ago (2017-08-11 00:47:02 UTC) #4
Aske Simon Christensen
3 years, 4 months ago (2017-08-12 00:15:51 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
8ee4436355cf8434b99893fa014980adb17f572e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698