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

Issue 1699013002: [Interpreter] Push BytecodeArray onto interpreted stack frames. (Closed)

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

Description

[Interpreter] Push BytecodeArray onto interpreted stack frames. Replaces the push of the dispatch table on the interpreted stack frame with a push of the bytecode array. This enables the debugger to replace the bytecode array with a patched version containing breakpoints. BUG=v8:4690 LOG=N Committed: https://crrev.com/27204d6e05cd6c0d391f3bb643cedc5cfc43fac0 Cr-Commit-Position: refs/heads/master@{#34032}

Patch Set 1 : #

Total comments: 1

Patch Set 2 : Modify EnterBytecodeDispatch too #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -161 lines) Patch
M src/arm/builtins-arm.cc View 1 4 chunks +11 lines, -14 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 1 4 chunks +11 lines, -14 lines 0 comments Download
M src/deoptimizer.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/frames.h View 5 chunks +8 lines, -10 lines 0 comments Download
M src/frames.cc View 2 chunks +14 lines, -28 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 4 chunks +9 lines, -12 lines 0 comments Download
M src/interpreter/interpreter-assembler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/interpreter-assembler.cc View 4 chunks +11 lines, -11 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 4 chunks +10 lines, -13 lines 0 comments Download
M src/mips64/builtins-mips64.cc View 1 4 chunks +10 lines, -13 lines 0 comments Download
M src/ppc/builtins-ppc.cc View 1 4 chunks +11 lines, -14 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 4 chunks +12 lines, -15 lines 0 comments Download
M src/x87/builtins-x87.cc View 1 4 chunks +9 lines, -12 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +4 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 14 (4 generated)
rmcilroy
https://codereview.chromium.org/1699013002/diff/1/test/mjsunit/mjsunit.status File test/mjsunit/mjsunit.status (right): https://codereview.chromium.org/1699013002/diff/1/test/mjsunit/mjsunit.status#newcode841 test/mjsunit/mjsunit.status:841: 'harmony/default-parameters-debug': [FAIL], I have a follow-up CL which fixes ...
4 years, 10 months ago (2016-02-16 09:47:23 UTC) #1
rmcilroy
PTAL, thanks.
4 years, 10 months ago (2016-02-16 09:47:39 UTC) #3
rmcilroy
https://codereview.chromium.org/1699013002/diff/20001/test/mjsunit/mjsunit.status File test/mjsunit/mjsunit.status (right): https://codereview.chromium.org/1699013002/diff/20001/test/mjsunit/mjsunit.status#newcode841 test/mjsunit/mjsunit.status:841: 'harmony/default-parameters-debug': [FAIL], I have a follow-up CL in the ...
4 years, 10 months ago (2016-02-16 09:49:59 UTC) #5
Yang
How come we don't have to do the same change in Generate_EnterBytecodeDispatch?
4 years, 10 months ago (2016-02-16 09:58:53 UTC) #6
rmcilroy
On 2016/02/16 09:58:53, Yang wrote: > How come we don't have to do the same ...
4 years, 10 months ago (2016-02-16 10:08:05 UTC) #7
rmcilroy
On 2016/02/16 10:08:05, rmcilroy wrote: > On 2016/02/16 09:58:53, Yang wrote: > > How come ...
4 years, 10 months ago (2016-02-16 10:55:22 UTC) #8
Yang
lgtm. thanks.
4 years, 10 months ago (2016-02-16 11:37:29 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1699013002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1699013002/40001
4 years, 10 months ago (2016-02-16 11:39:39 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 10 months ago (2016-02-16 12:35:43 UTC) #12
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 12:36:23 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/27204d6e05cd6c0d391f3bb643cedc5cfc43fac0
Cr-Commit-Position: refs/heads/master@{#34032}

Powered by Google App Engine
This is Rietveld 408576698