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

Issue 306483005: - Use isolate where it is appropriate. (Closed)

Created:
6 years, 7 months ago by Ivan Posva
Modified:
6 years, 2 months ago
Reviewers:
Cutch, srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

- Use isolate where it is appropriate. - Do not emit an name for ExternalLabel. R=johnmccutchan@google.com, srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=36662

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+862 lines, -775 lines) Patch
M runtime/vm/assembler.h View 2 chunks +1 line, -6 lines 0 comments Download
M runtime/vm/assembler_ia32_test.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M runtime/vm/assembler_x64_test.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M runtime/vm/code_patcher_arm64_test.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/code_patcher_arm_test.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/code_patcher_ia32_test.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/code_patcher_mips_test.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/code_patcher_x64_test.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/disassembler_arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 17 chunks +26 lines, -18 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 17 chunks +27 lines, -18 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 19 chunks +29 lines, -21 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 13 chunks +22 lines, -14 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 18 chunks +29 lines, -19 lines 0 comments Download
M runtime/vm/locations.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/locations.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/vm/native_entry.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/parser.cc View 266 chunks +686 lines, -633 lines 6 comments Download
M runtime/vm/runtime_entry_arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/runtime_entry_arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/runtime_entry_ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/runtime_entry_mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/runtime_entry_x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/stub_code.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/stub_code.cc View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Ivan Posva
6 years, 7 months ago (2014-05-27 09:43:37 UTC) #1
Cutch
lgtm with a couple comments https://codereview.chromium.org/306483005/diff/1/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/306483005/diff/1/runtime/vm/parser.cc#newcode308 runtime/vm/parser.cc:308: library_(Library::Handle(isolate_, Class::Handle( Should this ...
6 years, 7 months ago (2014-05-27 10:00:02 UTC) #2
srdjan
LGTM I wonder if the code would be more readable if we'd define a macro ...
6 years, 7 months ago (2014-05-27 10:00:53 UTC) #3
Ivan Posva
Thanks, -Ivan https://codereview.chromium.org/306483005/diff/1/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/306483005/diff/1/runtime/vm/parser.cc#newcode308 runtime/vm/parser.cc:308: library_(Library::Handle(isolate_, Class::Handle( On 2014/05/27 10:00:02, Cutch wrote: ...
6 years, 7 months ago (2014-05-27 10:15:52 UTC) #4
Ivan Posva
6 years, 7 months ago (2014-05-27 10:16:12 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r36662 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698