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

Issue 2741553002: Do not rely on code patching on DBC for lazy deoptimization. (Closed)

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

Description

Do not rely on code patching on DBC for lazy deoptimization. Instead we now patch the return address, like the other architectures. R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/6efb75b22f60a1155f17e3f76e64f962f515710e

Patch Set 1 #

Patch Set 2 : Cleanups #

Total comments: 5

Patch Set 3 : Code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -84 lines) Patch
M runtime/vm/code_generator.cc View 5 chunks +1 line, -27 lines 0 comments Download
M runtime/vm/code_patcher.h View 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/vm/code_patcher_arm.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M runtime/vm/code_patcher_arm64.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M runtime/vm/code_patcher_dbc.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M runtime/vm/code_patcher_ia32.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M runtime/vm/code_patcher_mips.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M runtime/vm/code_patcher_x64.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M runtime/vm/exceptions.cc View 6 chunks +9 lines, -8 lines 0 comments Download
M runtime/vm/instructions_dbc.h View 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/vm/instructions_dbc.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/vm/simulator_dbc.cc View 1 2 4 chunks +23 lines, -3 lines 0 comments Download
M runtime/vm/stub_code_dbc.cc View 2 chunks +5 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (3 generated)
turnidge
3 years, 9 months ago (2017-03-08 23:07:47 UTC) #2
rmacnak
lgtm other platforms -> other architectures https://codereview.chromium.org/2741553002/diff/20001/runtime/vm/code_patcher.h File runtime/vm/code_patcher.h (left): https://codereview.chromium.org/2741553002/diff/20001/runtime/vm/code_patcher.h#oldcode71 runtime/vm/code_patcher.h:71: static void InsertDeoptimizationCallAt(uword ...
3 years, 9 months ago (2017-03-09 20:32:00 UTC) #3
turnidge
3 years, 9 months ago (2017-03-09 22:10:51 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
6efb75b22f60a1155f17e3f76e64f962f515710e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698