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

Issue 15110003: Make deoptimization architecture dependent (it depends on the frame layout). (Closed)

Created:
7 years, 7 months ago by regis
Modified:
7 years, 7 months ago
Reviewers:
zra, srdjan
CC:
reviews_dartlang.org, zra
Visibility:
Public.

Description

Make deoptimization architecture dependent (it depends on the frame layout). R=srdjan@google.com, zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=22719

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+543 lines, -207 lines) Patch
M runtime/vm/code_generator.cc View 1 8 chunks +29 lines, -31 lines 0 comments Download
M runtime/vm/deopt_instructions.h View 1 5 chunks +12 lines, -7 lines 0 comments Download
M runtime/vm/deopt_instructions.cc View 1 9 chunks +98 lines, -11 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 1 chunk +0 lines, -86 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 3 chunks +99 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 4 chunks +95 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 3 chunks +9 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 2 chunks +93 lines, -0 lines 0 comments Download
M runtime/vm/stack_frame.h View 1 1 chunk +9 lines, -0 lines 0 comments Download
M runtime/vm/stack_frame_arm.h View 1 2 chunks +7 lines, -2 lines 0 comments Download
M runtime/vm/stack_frame_ia32.h View 1 2 chunks +8 lines, -2 lines 0 comments Download
M runtime/vm/stack_frame_mips.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M runtime/vm/stack_frame_x64.h View 1 2 chunks +8 lines, -2 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 2 chunks +20 lines, -16 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 3 chunks +25 lines, -24 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 4 chunks +27 lines, -25 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
regis
7 years, 7 months ago (2013-05-14 21:48:05 UTC) #1
srdjan
LGTM https://codereview.chromium.org/15110003/diff/1/runtime/vm/deopt_instructions.cc File runtime/vm/deopt_instructions.cc (right): https://codereview.chromium.org/15110003/diff/1/runtime/vm/deopt_instructions.cc#newcode494 runtime/vm/deopt_instructions.cc:494: // Callee's PC marker is not used anymore. ...
7 years, 7 months ago (2013-05-14 22:16:39 UTC) #2
zra
lgtm https://codereview.chromium.org/15110003/diff/1/runtime/vm/flow_graph_compiler_arm.cc File runtime/vm/flow_graph_compiler_arm.cc (right): https://codereview.chromium.org/15110003/diff/1/runtime/vm/flow_graph_compiler_arm.cc#newcode156 runtime/vm/flow_graph_compiler_arm.cc:156: set_pc_offset(assem->CodeSize()); On ia32 and x64, there is a ...
7 years, 7 months ago (2013-05-14 22:28:56 UTC) #3
regis
Thanks! https://codereview.chromium.org/15110003/diff/1/runtime/vm/deopt_instructions.cc File runtime/vm/deopt_instructions.cc (right): https://codereview.chromium.org/15110003/diff/1/runtime/vm/deopt_instructions.cc#newcode494 runtime/vm/deopt_instructions.cc:494: // Callee's PC marker is not used anymore. ...
7 years, 7 months ago (2013-05-14 23:23:42 UTC) #4
regis
7 years, 7 months ago (2013-05-14 23:24:02 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r22719 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698