|
[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}
Total comments: 1
|
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:
Total messages: 14 (4 generated)
|