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

Issue 1642063002: [interpreter] Add a safety-net for interpreter entry. (Closed)

Created:
4 years, 10 months ago by Michael Starzinger
Modified:
4 years, 10 months ago
Reviewers:
rmcilroy
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-x87-ports_googlegroups.com, v8-ppc-ports_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[interpreter] Add a safety-net for interpreter entry. This adds debug code to the interpreter entry trampoline to ensure that the called bytecode handler will never return, but instead tear down the frame with a proper exit trampoline eventually. R=rmcilroy@chromium.org Committed: https://crrev.com/5f42a625643ac5c75d91085bb5a627331086b223 Cr-Commit-Position: refs/heads/master@{#33585}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix comments. #

Patch Set 3 : Addressed comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -38 lines) Patch
M src/arm/builtins-arm.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M src/bailout-reason.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 2 chunks +5 lines, -6 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M src/mips64/builtins-mips64.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M src/ppc/builtins-ppc.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M src/x87/builtins-x87.cc View 1 2 2 chunks +5 lines, -6 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Michael Starzinger
4 years, 10 months ago (2016-01-28 13:47:32 UTC) #1
rmcilroy
LGTM, thanks! https://codereview.chromium.org/1642063002/diff/1/src/x87/builtins-x87.cc File src/x87/builtins-x87.cc (right): https://codereview.chromium.org/1642063002/diff/1/src/x87/builtins-x87.cc#newcode649 src/x87/builtins-x87.cc:649: // trampoline. nit - you can remove ...
4 years, 10 months ago (2016-01-28 14:18:58 UTC) #2
rmcilroy
LGTM++ thanks for the comment change!
4 years, 10 months ago (2016-01-28 14:24:06 UTC) #3
Michael Starzinger
Thanks. Addressed comments. Landing. https://codereview.chromium.org/1642063002/diff/1/src/x87/builtins-x87.cc File src/x87/builtins-x87.cc (right): https://codereview.chromium.org/1642063002/diff/1/src/x87/builtins-x87.cc#newcode649 src/x87/builtins-x87.cc:649: // trampoline. On 2016/01/28 14:18:58, ...
4 years, 10 months ago (2016-01-28 14:30:39 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1642063002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1642063002/40001
4 years, 10 months ago (2016-01-28 14:32:50 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-01-28 14:55:29 UTC) #8
commit-bot: I haz the power
4 years, 10 months ago (2016-01-28 14:55:44 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/5f42a625643ac5c75d91085bb5a627331086b223
Cr-Commit-Position: refs/heads/master@{#33585}

Powered by Google App Engine
This is Rietveld 408576698